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 | 롎롃렎扈렞롋렭 | 111010111010000110001110111010111010000110000011111010111010000010001110111001101000100110001000111010111010000010011110111010111010000110001011111010111010000010101101 | eba18eeba183eba08ee68988eba09eeba18beba0ad |
UHC | 롎롃렎扈렞롋렭 | 1000111011010100100011101100101010001110101001001111101111000011100011101010111110001110110100011000111010111010 | 8ed48eca8ea4fbc38eaf8ed18eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)