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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 暎?????倭 | 100111011111001100111111001111110011111100111111001111111001100001100000 | 9df33f3f3f3f3f9860 |
EUC-JP | 暎?????倭 | 110110101111010100111111001111110011111100111111001111111100111111000001 | daf53f3f3f3f3fcfc1 |
UTF-8 | 暎ㅸ궚嶪㎪ː倭 | 1110011010011010100011101110001110000101101110001110101010110110100110101110010110110110101010101110001110001110101010101100101110010000111001011000000010101101 | e69a8ee385b8eab69ae5b6aae38eaacb90e580ad |
UHC | 暎ㅸ궚嶪㎪ː倭 | 1110011110110010101001001110100010000010101011111110010111110101101001111110011010100010101100001110100011011110 | e7b2a4e882afe5f5a7e6a2b0e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)