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 | ?}v?}vB | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-WIN | 諄}v諄}vB | 111001100111100001111101011101101110011001111000011111010111011001000010 | e6787d76e6787d7642 |
EUC-JP | 諄}v諄}vB | 111010111101100101111101011101101110101111011001011111010111011001000010 | ebd97d76ebd97d7642 |
UTF-8 | 諄}v諄}vB | 1110100010101011100001000111110101110110111010001010101110000100011111010111011001000010 | e8ab847d76e8ab847d7642 |
UHC | 諄}v諄}vB | 111000101111010001111101011101101110001011110100011111010111011001000010 | e2f47d76e2f47d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)