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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????タ?? | 0011111100111111001111110011111110000011010111100011111100111111 | 3f3f3f3f835e3f3f |
EUC-JP | ????タ?? | 0011111100111111001111110011111110100101101111110011111100111111 | 3f3f3f3fa5bf3f3f |
UTF-8 | 룶뇜룵핊タ룵뇟 | 111010111010001110110110111010111000011110011100111010111010001110110101111011011001010110001010111000111000001010111111111010111010001110110101111010111000011110011111 | eba3b6eb879ceba3b5ed958ae382bfeba3b5eb879f |
UHC | 룶뇜룵핊タ룵뇟 | 1000111110101011101100111111110110001111101010101100000010001111101010111011111110001111101010101011010010100001 | 8fabb3fd8faac08fabbf8faab4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)