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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???莢^ | 001111110011111100111111111001001011000001011110 | 3f3f3fe4b05e |
EUC-JP | ?頰?莢^ | 0011111110001111111010001010010000111111111010001011001001011110 | 3f8fe8a43fe8b25e |
UTF-8 | 롖頰롖莢^ | 11101011101000011001011011101001101000001011000011101011101000011001011011101000100011101010001001011110 | eba196e9a0b0eba196e88ea25e |
UHC | 롖頰롖莢^ | 100011101101101011111010111110101000111011011010111110101111100001011110 | 8edafafa8edafaf85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)