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 | ス蒻ェ | 10111101111001001110100010101010 | bde4e8aa |
EUC-JP | ス蒻ェ | 100011101011110111101000111010101000111010101010 | 8ebde8ea8eaa |
UTF-8 | ス蒻ェ | 111011111011110110111101111010001001001010111011111011111011110110101010 | efbdbde892bbefbdaa |
UHC | ?蒻? | 00111111111001011011011000111111 | 3fe5b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)