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 | ?Hp?HpB | 00111111010010000111000000111111010010000111000001000010 | 3f48703f487042 |
SJIS-WIN | ?Hp?HpB | 00111111010010000111000000111111010010000111000001000010 | 3f48703f487042 |
EUC-JP | ?Hp?HpB | 00111111010010000111000000111111010010000111000001000010 | 3f48703f487042 |
UTF-8 | 혪Hp혪HpB | 1110110110011000101010100100100001110000111011011001100010101010010010000111000001000010 | ed98aa4870ed98aa487042 |
UHC | 혪Hp혪HpB | 110000101001001001001000011100001100001010010010010010000111000001000010 | c2924870c292487042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)