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 | 撓???? | 100111011001101000111111001111110011111100111111 | 9d9a3f3f3f3f |
EUC-JP | 撓??旿? | 1101100111111010001111110011111110001111110000011111010000111111 | d9fa3f3f8fc1f43f |
UTF-8 | 撓랃숯旿묈 | 111001101001001010010011111010111001111010000011111011001000100010101111111001101001011110111111111010111010110010001000 | e69293eb9e83ec88afe697bfebac88 |
UHC | 撓랃숯旿묈 | 11101000111101011000110111101111101111011010000111100111111110101001000111100101 | e8f58defbda1e7fa91e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)