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 | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
EUC-JP | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
UTF-8 | 혧째횛횘짹@B | 1110110110011000101001111110110010100111101110001110110110011010100110111110110110011010100110001110110010100111101110010100000001000010 | ed98a7eca7b8ed9a9bed9a98eca7b94042 |
UHC | 혧째횛횘짹@B | 110000101000111111000010101100001100001110010101110000111001001011000010101100010100000001000010 | c28fc2b0c395c392c2b14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)