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 | õçZçh | 100111111111010111100111010110101110011101101000 | 9ff5e75ae768 |
SJIS-WIN | ???Z?h | 001111110011111100111111010110100011111101101000 | 3f3f3f5a3f68 |
EUC-JP | ?õçZçh | 001111111000111110101011110110001000111110101011101011100101101010001111101010111010111001101000 | 3f8fabd88fabae5a8fabae68 |
UTF-8 | õçZçh | 11000010100111111100001110110101110000111010011101011010110000111010011101101000 | c29fc3b5c3a75ac3a768 |
UHC | ???Z?h | 001111110011111100111111010110100011111101101000 | 3f3f3f5a3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)