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 | 髮蛾。斐¥ | 111010011001101110001001111010011010000110010100111000111000000110001111 | e99b89e9a194e3818f |
EUC-JP | 髮蛾。斐¥ | 11110001111110111011001011101011100011101010000111001000111001011010000111101111 | f1fbb2eb8ea1c8e5a1ef |
UTF-8 | 髮蛾。斐¥ | 111010011010101110101110111010001001101110111110111011111011110110100001111001101001011010010000111011111011111110100101 | e9abaee89bbeefbda1e69690efbfa5 |
UHC | 髮蛾?斐¥ | 110110111010010111100100101101100011111111011101111011001010000111001101 | dba5e4b63fddeca1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)