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 | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
SJIS-WIN | ゙邇、竺a | 111100101011011011011110111001111000111010100100100011101011000101100001 | f2b6dee78ea48eb161 |
EUC-JP | ?゙邇、竺a | 00111111100011101101111011101101111011101000111010100100101111001011001101100001 | 3f8edeedee8ea4bcb361 |
UTF-8 | ゙邇、竺a | 11101110100001111010110111101111101111101001111011101001100000101000011111101111101111011010010011100111101010111011101001100001 | ee87adefbe9ee98287efbda4e7abba61 |
UHC | ??邇?竺a | 0011111100111111111011001100010000111111111101011110011101100001 | 3f3fecc43ff5e761 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)