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 | 001111111110011101100001011010010011111111100111011000010110100101000010 | 3fe761693fe7616942 |
EUC-JP | ?軋i?軋iB | 001111111110110111000010011010010011111111101101110000100110100101000010 | 3fedc2693fedc26942 |
UTF-8 | 휑軋i휑軋iB | 111011011001110010010001111010001011101110001011011010011110110110011100100100011110100010111011100010110110100101000010 | ed9c91e8bb8b69ed9c91e8bb8b6942 |
UHC | 휑軋i휑軋iB | 1100100011010101111001001101100001101001110010001101010111100100110110000110100101000010 | c8d5e4d869c8d5e4d86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)