To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??檉?? | 00111111001111111000111111000101101110110011111100111111 | 3f3f8fc5bb3f3f |
UTF-8 | 罹렫檉몃뗍 | 111011111010011110100110111010111010000010101011111001101010101010001001111010111010101010000011111010111001011110001101 | efa7a6eba0abe6aa89ebaa83eb978d |
UHC | 罹렫檉몃뗍 | 11101100101110101000111010111001111011111110000010111000111010111011011011000001 | ecba8eb9efe0b8ebb6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)