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 | 枝勘? | 1000111001111101100010101010100000111111 | 8e7d8aa83f |
EUC-JP | 枝勘? | 1011101111011110101101001010101000111111 | bbdeb4aa3f |
UTF-8 | 枝勘리 | 111001101001111010011101111001011000101110011000111010111010011010101100 | e69e9de58b98eba6ac |
UHC | 枝勘리 | 111100101010101111001010111010111011100010101110 | f2abcaebb8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)