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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?繹??繹?B | 001111111110001110001000001111110011111111100011100010000011111101000010 | 3fe3883f3fe3883f42 |
EUC-JP | ?繹??繹?B | 001111111110010111101000001111110011111111100101111010000011111101000010 | 3fe5e83f3fe5e83f42 |
UTF-8 | 렱繹롐렱繹롐B | 11101011101000001011000111100111101110011011100111101011101000011001000011101011101000001011000111100111101110011011100111101011101000011001000001000010 | eba0b1e7b9b9eba190eba0b1e7b9b9eba19042 |
UHC | 렱繹롐렱繹롐B | 10001110101111101110011010111010100011101101011010001110101111101110011010111010100011101101011001000010 | 8ebee6ba8ed68ebee6ba8ed642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)