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 | 001111111001011111110111011010010011111110010111111101110110100101000010 | 3f97f7693f97f76942 |
EUC-JP | ?憐i?憐iB | 001111111100111011111001011010010011111111001110111110010110100101000010 | 3fcef9693fcef96942 |
UTF-8 | 뤖憐i뤖憐iB | 111010111010010010010110111001101000011010010000011010011110101110100100100101101110011010000110100100000110100101000010 | eba496e6869069eba496e686906942 |
UHC | 뤖憐i뤖憐iB | 1000111111000110110101011111101101101001100011111100011011010101111110110110100101000010 | 8fc6d5fb698fc6d5fb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)