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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 驪낆눊璘뢧 | 111011111010011010000111111010111000001010000110111010111000100010001010111011111010011110101111111010111010001010100111 | efa687eb8286eb888aefa7afeba2a7 |
UHC | 驪낆눊璘뢧 | 11100110101011111000010111101100100001111010100011101100110111101000111101101000 | e6af85ec87a8ecde8f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)