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 | 1110000010110010111010001110011101101001111000001011001011101000111001110110100101000010 | e0b2e8e769e0b2e8e76942 |
EUC-JP | 犂韈i犂韈iB | 1110000010110100111100001110100101101001111000001011010011110000111010010110100101000010 | e0b4f0e969e0b4f0e96942 |
UTF-8 | 犂韈i犂韈iB | 111001111000101010000010111010011001111110001000011010011110011110001010100000101110100110011111100010000110100101000010 | e78a82e99f8869e78a82e99f886942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)