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 | 100011111101010011000010011010011000111111010100110000100110100101000010 | 8fd4c2698fd4c26942 |
EUC-JP | 蕉ツi蕉ツiB | 1011111011010110100011101100001001101001101111101101011010001110110000100110100101000010 | bed68ec269bed68ec26942 |
UTF-8 | 蕉ツi蕉ツiB | 111010001001010110001001111011111011111010000010011010011110100010010101100010011110111110111110100000100110100101000010 | e89589efbe8269e89589efbe826942 |
UHC | 蕉?i蕉?iB | 111101011010111100111111011010011111010110101111001111110110100101000010 | f5af3f69f5af3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)