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 | áä\¸^ | 10010010111000011110010001011100100000011011100001011110 | 92e1e45c81b85e |
SJIS-WIN | ???\??^ | 00111111001111110011111101011100001111110011111101011110 | 3f3f3f5c3f3f5e |
EUC-JP | ?áä\?¸^ | 00111111100011111010101110100001100011111010101110100011010111000011111110001111101000101011000101011110 | 3f8faba18faba35c3f8fa2b15e |
UTF-8 | áä\¸^ | 110000101001001011000011101000011100001110100100010111001100001010000001110000101011100001011110 | c292c3a1c3a45cc281c2b85e |
UHC | ???\?¸^ | 0011111100111111001111110101110000111111101000101010110001011110 | 3f3f3f5c3fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)