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 | 諠憺ョョ | 111001101000001110011100111010011010111010101110 | e6839ce9aeae |
EUC-JP | 諠憺ョョ | 1110101111100011110110001110101110001110101011101000111010101110 | ebe3d8eb8eae8eae |
UTF-8 | 諠憺ョョ | 111010001010101110100000111001101000011010111010111011111011110110101110111011111011110110101110 | e8aba0e686baefbdaeefbdae |
UHC | ?憺?? | 0011111111010011101111000011111100111111 | 3fd3bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)