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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阮ー螟ュ縺触 | 11101000100101101011000011100101101001001010110111100011100000011001000001000111 | e896b0e5a4ade3819047 |
EUC-JP | 阮ー螟ュ縺触 | 111011111111011010001110101100001110101010100110100011101010110111100101111000011011111110101000 | eff68eb0eaa68eade5e1bfa8 |
UTF-8 | 阮ー螟ュ縺触 | 111010011001100010101110111011111011110110110000111010001001111010011111111011111011110110101101111001111011100010111010111010001010011110100110 | e998aeefbdb0e89e9fefbdade7b8bae8a7a6 |
UHC | 阮?螟??? | 1110100011010110001111111101100110101101001111110011111100111111 | e8d63fd9ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)