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 | ???扈??? | 0011111100111111001111111110011110111011001111110011111100111111 | 3f3f3fe7bb3f3f3f |
EUC-JP | ???扈??? | 0011111100111111001111111110111010111101001111110011111100111111 | 3f3f3feebd3f3f3f |
UTF-8 | 롎롃렎扈렕씔렺 | 111010111010000110001110111010111010000110000011111010111010000010001110111001101000100110001000111010111010000010010101111011001001010010010100111010111010000010111010 | eba18eeba183eba08ee68988eba095ec9494eba0ba |
UHC | 롎롃렎扈렕씔렺 | 1000111011010100100011101100101010001110101001001111101111000011100011101010101010111110101111001000111011000010 | 8ed48eca8ea4fbc38eaabebc8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)