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 | 多村尊 | 100100011011110110010001101110101001000110111000 | 91bd91ba91b8 |
EUC-JP | 多村尊 | 110000101011111111000010101111001100001010111010 | c2bfc2bcc2ba |
UTF-8 | 多村尊 | 111001011010010010011010111001101001110110010001111001011011000010001010 | e5a49ae69d91e5b08a |
UHC | 多村尊 | 110100101111110111110101101111011111000011101110 | d2fdf5bdf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)