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 | ????タ? | 00111111001111110011111100111111100000110101111000111111 | 3f3f3f3f835e3f |
EUC-JP | ????タ? | 00111111001111110011111100111111101001011011111100111111 | 3f3f3f3fa5bf3f |
UTF-8 | 룶큫룴햶タ룶 | 111010111010001110110110111011011000000110101011111010111010001110110100111011011001011010110110111000111000001010111111111010111010001110110110 | eba3b6ed81abeba3b4ed96b6e382bfeba3b6 |
UHC | 룶큫룴햶タ룶 | 100011111010101110110100011110001000111110101001110000011000111110101011101111111000111110101011 | 8fabb4788fa9c18fabbf8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)