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 | 狸多村尊 | 1001001001001011100100011011110110010001101110101001000110111000 | 924b91bd91ba91b8 |
EUC-JP | 狸多村尊 | 1100001110101100110000101011111111000010101111001100001010111010 | c3acc2bfc2bcc2ba |
UTF-8 | 狸多村尊 | 111001111000101110111000111001011010010010011010111001101001110110010001111001011011000010001010 | e78bb8e5a49ae69d91e5b08a |
UHC | 狸多村尊 | 1101011111100001110100101111110111110101101111011111000011101110 | d7e1d2fdf5bdf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)