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??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 痂蝨i痂蝨iB | 1110000101101111111001011001110001101001111000010110111111100101100111000110100101000010 | e16fe59c69e16fe59c6942 |
EUC-JP | 痂蝨i痂蝨iB | 1110000111010000111010011111110001101001111000011101000011101001111111000110100101000010 | e1d0e9fc69e1d0e9fc6942 |
UTF-8 | 痂蝨i痂蝨iB | 111001111001011110000010111010001001110110101000011010011110011110010111100000101110100010011101101010000110100101000010 | e79782e89da869e79782e89da86942 |
UHC | 痂蝨i痂蝨iB | 1100101010110010111000111010010001101001110010101011001011100011101001000110100101000010 | cab2e3a469cab2e3a46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)