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 | 001111110011111100111111010111010011111101000010 | 3f3f3f5d3f42 |
SJIS-WIN | ???]?B | 001111110011111100111111010111010011111101000010 | 3f3f3f5d3f42 |
EUC-JP | ???]?B | 001111110011111100111111010111010011111101000010 | 3f3f3f5d3f42 |
UTF-8 | 혪횕혲]채B | 1110110110011000101010101110110110011010100101011110110110011000101100100101110111101100101100011000010001000010 | ed98aaed9a95ed98b25decb18442 |
UHC | 혪횕혲]채B | 11000010100100101100001110001111110000101001100101011101110000111010010001000010 | c292c38fc2995dc3a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)