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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ゙邇、竺醤 | 11110010101101101101111011100111100011101010010010001110101100011000111111011101 | f2b6dee78ea48eb18fdd |
EUC-JP | ?゙邇、竺醤 | 0011111110001110110111101110110111101110100011101010010010111100101100111011111011011111 | 3f8edeedee8ea4bcb3bedf |
UTF-8 | ゙邇、竺醤 | 111011101000011110101101111011111011111010011110111010011000001010000111111011111011110110100100111001111010101110111010111010011000011010100100 | ee87adefbe9ee98287efbda4e7abbae986a4 |
UHC | ??邇?竺? | 0011111100111111111011001100010000111111111101011110011100111111 | 3f3fecc43ff5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)