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 | 111010001011001000111111011010011110100010110010001111110110100101000010 | e8b23f69e8b23f6942 |
EUC-JP | 雋?i雋?iB | 111100001011010000111111011010011111000010110100001111110110100101000010 | f0b43f69f0b43f6942 |
UTF-8 | 雋렠i雋렠iB | 111010011001101110001011111010111010000010100000011010011110100110011011100010111110101110100000101000000110100101000010 | e99b8beba0a069e99b8beba0a06942 |
UHC | 雋렠i雋렠iB | 1111000111100110100011101011000101101001111100011110011010001110101100010110100101000010 | f1e68eb169f1e68eb16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)