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 | °¤ÍË | 10110000101001001100110111001011 | b0a4cdcb |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °¤ÍË | 1010000111101011100011111010001011110000100011111010101010111111100011111010101010110011 | a1eb8fa2f08faabf8faab3 |
UTF-8 | °¤ÍË | 1100001010110000110000101010010011000011100011011100001110001011 | c2b0c2a4c38dc38b |
UHC | °¤?? | 101000011100011010100010101101000011111100111111 | a1c6a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)