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 | ???????a | 0011111100111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f3f61 |
SJIS-WIN | ???????a | 0011111100111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f3f61 |
EUC-JP | ???????a | 0011111100111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f3f61 |
UTF-8 | 렻렎렺쩡읕씻숴a | 11101011101000001011101111101011101000001000111011101011101000001011101011101100101010011010000111101100100111011001010111101100100101001011101111101100100010001011010001100001 | eba0bbeba08eeba0baeca9a1ec9d95ec94bbec88b461 |
UHC | 렻렎렺쩡읕씻숴a | 100011101100001110001110101001001000111011000010110000101100010011000000110001001011111011000100101111011010010001100001 | 8ec38ea48ec2c2c4c0c4bec4bda461 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)