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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 闇μ????? | 100010001100010110000011110010100011111100111111001111110011111100111111 | 88c583ca3f3f3f3f3f |
EUC-JP | 闇μ????? | 101100001100011110100110110011000011111100111111001111110011111100111111 | b0c7a6cc3f3f3f3f3f |
UTF-8 | 闇μ궘璘숁뀆琉 | 1110100110010111100001111100111010111100111010101011011010011000111011111010011110101111111011001000100010000001111010111000000010000110111011111010011110001100 | e99787cebceab698efa7afec8881eb8086efa78c |
UHC | 闇μ궘璘숁뀆琉 | 1110010011100001101001011110110010000010101011011110110011011110100110011110011010000101100000101110101110100100 | e4e1a5ec82adecde99e68582eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)