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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 暎??伊?h | 1001110111110011001111110011111110001000110010010011111101101000 | 9df33f3f88c93f68 |
EUC-JP | 暎??伊?h | 1101101011110101001111110011111110110000110010110011111101101000 | daf53f3fb0cb3f68 |
UTF-8 | 暎㏓봻伊ㆎh | 11100110100110101000111011100011100011111001001111101011101101001011101111100100101111001000101011100011100001101000111001101000 | e69a8ee38f93ebb4bbe4bc8ae3868e68 |
UHC | 暎㏓봻伊ㆎh | 1110011110110010101001111110101110010100100000101110110010100101101001001111111001101000 | e7b2a7eb9482eca5a4fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)