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 | 鴦???額 | 11101001111100010011111100111111001111111000101001111010 | e9f13f3f3f8a7a |
EUC-JP | 鴦???額 | 11110010111100110011111100111111001111111011001111011011 | f2f33f3f3fb3db |
UTF-8 | 鴦꾆뀀룱額 | 111010011011010010100110111010101011111010000110111010111000000010000000111010111010001110110001111010011010000110001101 | e9b4a6eabe86eb8080eba3b1e9a18d |
UHC | 鴦꾆뀀룱額 | 11100100111011001000010011001110101100101110101110001111101001101110010011111110 | e4ec84ceb2eb8fa6e4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)