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 | iÀoB | 10011001011010011001101111000000100000010110111101000010 | 99699bc0816f42 |
SJIS-WIN | ?i???oB | 00111111011010010011111100111111001111110110111101000010 | 3f693f3f3f6f42 |
EUC-JP | ?i?À?oB | 001111110110100100111111100011111010101010100010001111110110111101000010 | 3f693f8faaa23f6f42 |
UTF-8 | iÀoB | 1100001010011001011010011100001010011011110000111000000011000010100000010110111101000010 | c29969c29bc380c2816f42 |
UHC | ?i???oB | 00111111011010010011111100111111001111110110111101000010 | 3f693f3f3f6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)