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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螳溯椡 | 111001011010111010011111111010001001111010101111 | e5ae9fe89eaf |
EUC-JP | 螳溯椡 | 111010101011000011011110111010101101110010110001 | eab0deeadcb1 |
UTF-8 | 螳溯椡 | 111010001001111010110011111001101011101010101111111001101010010010100001 | e89eb3e6baafe6a4a1 |
UHC | 螳溯? | 1101001111011001111000011011110100111111 | d3d9e1bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)