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 | 第豆?? | 100100011110011010010011101001000011111100111111 | 91e693a43f3f |
EUC-JP | 第豆?馹 | 1100001011101000110001101010011000111111100011111110100110100001 | c2e8c6a63f8fe9a1 |
UTF-8 | 第豆밤馹 | 111001111010110010101100111010001011000110000110111010111011000010100100111010011010011010111001 | e7acace8b186ebb0a4e9a6b9 |
UHC | 第豆밤馹 | 1111000010101111110101001110011110111001111000111110110011110001 | f0afd4e7b9e3ecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)