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 | 100011111100011100111111011010011000111111000111001111110110100101000010 | 8fc73f698fc73f6942 |
EUC-JP | 症?i症?iB | 101111101100100100111111011010011011111011001001001111110110100101000010 | bec93f69bec93f6942 |
UTF-8 | 症렮i症렮iB | 111001111001011110000111111010111010000010101110011010011110011110010111100001111110101110100000101011100110100101000010 | e79787eba0ae69e79787eba0ae6942 |
UHC | 症렮i症렮iB | 1111000111111000100011101011101101101001111100011111100010001110101110110110100101000010 | f1f88ebb69f1f88ebb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)