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 | áä\¸Y | 10010010111000011110010001011100100000011011100001011001 | 92e1e45c81b859 |
SJIS-WIN | ???\??Y | 00111111001111110011111101011100001111110011111101011001 | 3f3f3f5c3f3f59 |
EUC-JP | ?áä\?¸Y | 00111111100011111010101110100001100011111010101110100011010111000011111110001111101000101011000101011001 | 3f8faba18faba35c3f8fa2b159 |
UTF-8 | áä\¸Y | 110000101001001011000011101000011100001110100100010111001100001010000001110000101011100001011001 | c292c3a1c3a45cc281c2b859 |
UHC | ???\?¸Y | 0011111100111111001111110101110000111111101000101010110001011001 | 3f3f3f5c3fa2ac59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)