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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓐シソ跪 | 111001001110101010111100101111111110011011101100 | e4eabcbfe6ec |
EUC-JP | 蓐シソ跪 | 1110100011101100100011101011110010001110101111111110110011101110 | e8ec8ebc8ebfecee |
UTF-8 | 蓐シソ跪 | 111010001001001110010000111011111011110110111100111011111011110110111111111010001011011110101010 | e89390efbdbcefbdbfe8b7aa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)