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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ◆?脩H | 100000011001111100111111111000111111100101001000 | 819f3fe3f948 |
EUC-JP | ◆?脩H | 101000101010000100111111111001101111101101001000 | a2a13fe6fb48 |
UTF-8 | ◆룶脩H | 11100010100101111000011011101011101000111011011011101000100001001010100101001000 | e29786eba3b6e884a948 |
UHC | ◆룶脩H | 10100001110111111000111110101011111000101011101101001000 | a1df8fabe2bb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)