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 | 11010011110100100110100111010011110100100110100101000010 | d3d269d3d26942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | ÓÒiÓÒiB | 100011111010101011010001100011111010101011010010011010011000111110101010110100011000111110101010110100100110100101000010 | 8faad18faad2698faad18faad26942 |
UTF-8 | ÓÒiÓÒiB | 1100001110010011110000111001001001101001110000111001001111000011100100100110100101000010 | c393c39269c393c3926942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)