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 | 種幾藪 | 100011101110110110001010111101001110010101001101 | 8eed8af4e54d |
EUC-JP | 種幾藪 | 101111001110111110110100111101101110100110101110 | bcefb4f6e9ae |
UTF-8 | 種幾藪 | 111001111010100010101110111001011011100110111110111010001001011110101010 | e7a8aee5b9bee897aa |
UHC | 種幾藪 | 111100001111101011010000111110101110001010111111 | f0fad0fae2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)