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 | 誤???午 | 10001100111010110011111100111111001111111000110011011111 | 8ceb3f3f3f8cdf |
EUC-JP | 誤???午 | 10111000111011010011111100111111001111111011100011100001 | b8ed3f3f3fb8e1 |
UTF-8 | 誤곣뮫짧午 | 111010001010101010100100111010101011001110100011111010111010111010101011111011001010011110100111111001011000110110001000 | e8aaa4eab3a3ebaeabeca7a7e58d88 |
UHC | 誤곣뮫짧午 | 11101000101001101000000111100010100100101011010111000010101010101110011111101101 | e8a681e292b5c2aae7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)