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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 厓??}B | 111110101000110100111111001111110111110101000010 | fa8d3f3f7d42 |
EUC-JP | 厓??}B | 10001111101101001100011100111111001111110111110101000010 | 8fb4c73f3f7d42 |
UTF-8 | 厓⒳퐜}B | 1110010110001110100100111110001010010010101100111110110110010000100111000111110101000010 | e58e93e292b3ed909c7d42 |
UHC | 厓⒳퐜}B | 1110010011101101101010011110010010111101100001100111110101000010 | e4eda9e4bd867d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)