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 | 螳溯カ∬ャ | 1110010110101110100111111110100010110110100000011110100010101100 | e5ae9fe8b681e8ac |
EUC-JP | 螳溯カ∬ャ | 11101010101100001101111011101010100011101011011010100010111010101000111010101100 | eab0deea8eb6a2ea8eac |
UTF-8 | 螳溯カ∬ャ | 111010001001111010110011111001101011101010101111111011111011110110110110111000101000100010101100111011111011110110101100 | e89eb3e6baafefbdb6e288acefbdac |
UHC | 螳溯?∬? | 1101001111011001111000011011110100111111101000011111001100111111 | d3d9e1bd3fa1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)