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 | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | 鴨?B?? | 100010101001101100111111010000100011111100111111 | 8a9b3f423f3f |
EUC-JP | 鴨?B?? | 101100111111101100111111010000100011111100111111 | b3fb3f423f3f |
UTF-8 | 鴨씍B묺뤑 | 11101001101101001010100011101100100101001000110101000010111010111010110010111010111010111010010010010001 | e9b4a8ec948d42ebacbaeba491 |
UHC | 鴨씍B묺뤑 | 111001001110010110011101101001000100001010010010010011011000111111000001 | e4e59da442924d8fc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)