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 | 枝勘蠣 | 100011100111110110001010101010001110010101111001 | 8e7d8aa8e579 |
EUC-JP | 枝勘蠣 | 101110111101111010110100101010101110100111011010 | bbdeb4aae9da |
UTF-8 | 枝勘蠣 | 111001101001111010011101111001011000101110011000111010001010000010100011 | e69e9de58b98e8a0a3 |
UHC | 枝勘蠣 | 111100101010101111001010111010111101010111101110 | f2abcaebd5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)