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 | コ邇ク叱齏 | 11110000111111001011101011100111100011101011100010001110101101101110100011101011 | f0fcbae78eb88eb6e8eb |
EUC-JP | ?コ邇ク叱齏 | 0011111110001110101110101110110111101110100011101011100010111100101110001111000011101101 | 3f8ebaedee8eb8bcb8f0ed |
UTF-8 | コ邇ク叱齏 | 111011101000001010111011111011111011110110111010111010011000001010000111111011111011110110111000111001011000111110110001111010011011110110001111 | ee82bbefbdbae98287efbdb8e58fb1e9bd8f |
UHC | ??邇?叱? | 0011111100111111111011001100010000111111111100101110101000111111 | 3f3fecc43ff2ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)