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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 麗本顋B | 10010111111011011001011001111011111010001111100101000010 | 97ed967be8f942 |
EUC-JP | 麗本顋B | 11001110111011111100101111011100111100001111101101000010 | ceefcbdcf0fb42 |
UTF-8 | 麗本顋B | 11101001101110101001011111100110100111001010110011101001101000011000101101000010 | e9ba97e69cace9a18b42 |
UHC | 麗本?B | 110101011111001011011100111000100011111101000010 | d5f2dce23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)