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 | ??S????? | 0011111100111111010100110011111100111111001111110011111100111111 | 3f3f533f3f3f3f3f |
SJIS-WIN | ??S????? | 0011111100111111010100110011111100111111001111110011111100111111 | 3f3f533f3f3f3f3f |
EUC-JP | ??S????? | 0011111100111111010100110011111100111111001111110011111100111111 | 3f3f533f3f3f3f3f |
UTF-8 | 렻렮S렺쩨렜렺후 | 11101011101000001011101111101011101000001010111001010011111010111010000010111010111011001010100110101000111010111010000010011100111010111010000010111010111011011001101110000100 | eba0bbeba0ae53eba0baeca9a8eba09ceba0baed9b84 |
UHC | 렻렮S렺쩨렜렺후 | 100011101100001110001110101110110101001110001110110000101100001011000101100011101010111010001110110000101100100011000100 | 8ec38ebb538ec2c2c58eae8ec2c8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)