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 | 癲???鵝 | 11100001100111110011111100111111001111111110101001000000 | e19f3f3f3fea40 |
EUC-JP | 癲???鵝 | 11100010101000010011111100111111001111111111001110100001 | e2a13f3f3ff3a1 |
UTF-8 | 癲앷쑴짹鵝 | 111001111001100110110010111011001001010110110111111011001001000110110100111011001010011110111001111010011011010110011101 | e799b2ec95b7ec91b4eca7b9e9b59d |
UHC | 癲앷쑴짹鵝 | 11101111101001101001110111101010101111101010100111000010101100011110010010111101 | efa69deabea9c2b1e4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)