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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梯?醍 | 1001001011110010001111111001000111100111 | 92f23f91e7 |
EUC-JP | 梯?醍 | 1100010011110100001111111100001011101001 | c4f43fc2e9 |
UTF-8 | 梯렟醍 | 111001101010001010101111111010111010000010011111111010011000011010001101 | e6a2afeba09fe9868d |
UHC | 梯렟醍 | 111100001010110010001110101100001111000010110101 | f0ac8eb0f0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)