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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??チ??チ^ | 001111110011111110000011011000000011111100111111100000110110000001011110 | 3f3f83603f3f83605e |
EUC-JP | ??チ??チ^ | 001111110011111110100101110000010011111100111111101001011100000101011110 | 3f3fa5c13f3fa5c15e |
UTF-8 | 룴햶チ룴햶チ^ | 11101011101000111011010011101101100101101011011011100011100000111000000111101011101000111011010011101101100101101011011011100011100000111000000101011110 | eba3b4ed96b6e38381eba3b4ed96b6e383815e |
UHC | 룴햶チ룴햶チ^ | 10001111101010011100000110001111101010111100000110001111101010011100000110001111101010111100000101011110 | 8fa9c18fabc18fa9c18fabc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)