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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 枝橋 | 10001110011111011000101110110100 | 8e7d8bb4 |
EUC-JP | 枝橋 | 10111011110111101011011010110110 | bbdeb6b6 |
UTF-8 | 枝橋 | 111001101001111010011101111001101010100110001011 | e69e9de6a98b |
UHC | 枝橋 | 11110010101010111100111011101001 | f2abcee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)