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 | ?嵬??? | 001111111001101111001010001111110011111100111111 | 3f9bca3f3f3f |
EUC-JP | ?嵬??? | 001111111101011011001100001111110011111100111111 | 3fd6cc3f3f3f |
UTF-8 | 롔嵬렰롔롗 | 111010111010000110010100111001011011010110101100111010111010000010110000111010111010000110010100111010111010000110010111 | eba194e5b5aceba0b0eba194eba197 |
UHC | 롔嵬렰롔롗 | 10001110110110001110100011100011100011101011110110001110110110001000111011011011 | 8ed8e8e38ebd8ed88edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)