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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襦щ:B | 11100110010000001000010010001011100000010100011001000010 | e640848b814642 |
EUC-JP | 襦щ:B | 11101011101000011010011111101011101000011010011101000010 | eba1a7eba1a742 |
UTF-8 | 襦щ:B | 111010001010010110100110110100011000100111101111101111001001101001000010 | e8a5a6d189efbc9a42 |
UHC | ?щ:B | 001111111010110011101011101000111011101001000010 | 3faceba3ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)