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 | 枝校蹈 | 100011100111110110001101010110101110011101000100 | 8e7d8d5ae744 |
EUC-JP | 枝校蹈 | 101110111101111010111001101110111110110110100101 | bbdeb9bbeda5 |
UTF-8 | 枝校蹈 | 111001101001111010011101111001101010000010100001111010001011100110001000 | e69e9de6a0a1e8b988 |
UHC | 枝校蹈 | 111100101010101111001110111010001101010010110000 | f2abcee8d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)