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 | ûP×Ì | 11111011010100001101011111001100 | fb50d7cc |
SJIS-WIN | ?P×? | 0011111101010000100000010111111000111111 | 3f50817e3f |
EUC-JP | ûP×Ì | 100011111010101111100101010100001010000111011111100011111010101011000000 | 8fabe550a1df8faac0 |
UTF-8 | ûP×Ì | 11000011101110110101000011000011100101111100001110001100 | c3bb50c397c38c |
UHC | ?P×? | 0011111101010000101000011011111100111111 | 3f50a1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)