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 | 斜湿冗 | 100011101100111010001110101111001000111111100111 | 8ece8ebc8fe7 |
EUC-JP | 斜湿冗 | 101111001101000010111100101111101011111011101001 | bcd0bcbebee9 |
UTF-8 | 斜湿冗 | 111001101001011010011100111001101011100110111111111001011000011010010111 | e6969ce6b9bfe58697 |
UHC | 斜?冗 | 1101111011011000001111111110100110110111 | ded83fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)