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 | 劾???? | 100010100100111000111111001111110011111100111111 | 8a4e3f3f3f3f |
EUC-JP | 劾???? | 101100111010111100111111001111110011111100111111 | b3af3f3f3f3f |
UTF-8 | 劾렡롋랐쨉 | 111001011000101010111110111010111010000010100001111010111010000110001011111010111001111010010000111011001010100010001001 | e58abeeba0a1eba18beb9e90eca889 |
UHC | 劾렡롋랐쨉 | 11111010101101101000111010110010100011101101000110110110111110101100001010110101 | fab68eb28ed1b6fac2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)