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 | 茫崎鹿褊 | 1110010010101001100011011110100010001110101011011110010111101101 | e4a98de88eade5ed |
EUC-JP | 茫崎鹿褊 | 1110100010101011101110101110101010111100101011111110101011101111 | e8abbaeabcafeaef |
UTF-8 | 茫崎鹿褊 | 111010001000110010101011111001011011010010001110111010011011100110111111111010001010010010001010 | e88cabe5b48ee9b9bfe8a48a |
UHC | 茫崎鹿? | 11011000110101001101000011111000110101101110001100111111 | d8d4d0f8d6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)