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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 暎???▽ | 10011101111100110011111100111111001111111000000110100100 | 9df33f3f3f81a4 |
EUC-JP | 暎??饔▽ | 110110101111010100111111001111111000111111101000111011111010001010100110 | daf53f3f8fe8efa2a6 |
UTF-8 | 暎먪럷饔▽ | 111001101001101010001110111010111010100010101010111010111001111110110111111010011010010110010100111000101001011010111101 | e69a8eeba8aaeb9fb7e9a594e296bd |
UHC | 暎먪럷饔▽ | 11100111101100101001000011100111100011101001011011101000101111011010000111100100 | e7b290e78e96e8bda1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)