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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 。ニ「エ]H | 101000011100011010100010101101000101110101001000 | a1c6a2b45d48 |
EUC-JP | 。ニ「エ]H | 10001110101000011000111011000110100011101010001010001110101101000101110101001000 | 8ea18ec68ea28eb45d48 |
UTF-8 | 。ニ「エ]H | 1110111110111101101000011110111110111110100001101110111110111101101000101110111110111101101101000101110101001000 | efbda1efbe86efbda2efbdb45d48 |
UHC | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)