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 | 薔??搬? | 11100101010010110011111100111111100101001100000000111111 | e54b3f3f94c03f |
EUC-JP | 薔??搬? | 11101001101011000011111100111111110010001100001000111111 | e9ac3f3fc8c23f |
UTF-8 | 薔ㅹ렏搬렯 | 111010001001011010010100111000111000010110111001111010111010000010001111111001101001000010101100111010111010000010101111 | e89694e385b9eba08fe690aceba0af |
UHC | 薔ㅹ렏搬렯 | 11101101111110011010010011101001100011101010010111011010111001101000111010111100 | edf9a4e98ea5dae68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)