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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?懶?? | 0011111110011100111011110011111100111111 | 3f9cef3f3f |
EUC-JP | ?懶?? | 0011111111011000111100010011111100111111 | 3fd8f13f3f |
UTF-8 | 륁懶렯렣 | 111010111010010110000001111001101000011110110110111010111010000010101111111010111010000010100011 | eba581e687b6eba0afeba0a3 |
UHC | 륁懶렯렣 | 1000111111101100110101001111101110001110101111001000111010110100 | 8fecd4fb8ebc8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)