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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?邵泄@h | 00111111111001111011100010011111100101010100000001101000 | 3fe7b89f954068 |
EUC-JP | ?邵泄@h | 00111111111011101011101011011101111101010100000001101000 | 3feebaddf54068 |
UTF-8 | 뾸邵泄@h | 1110101110111110101110001110100110000010101101011110011010110011100001000100000001101000 | ebbeb8e982b5e6b3844068 |
UHC | 뾸邵泄@h | 1001011101111010111000011101000011100000110111000100000001101000 | 977ae1d0e0dc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)