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????R | 0011111100111111010100110011111100111111001111110011111101010010 | 3f3f533f3f3f3f52 |
SJIS-WIN | ??S????R | 0011111100111111010100110011111100111111001111110011111101010010 | 3f3f533f3f3f3f52 |
EUC-JP | ??S????R | 0011111100111111010100110011111100111111001111110011111101010010 | 3f3f533f3f3f3f52 |
UTF-8 | 렻렏S렺ㅔ꼼뮈R | 1110101110100000101110111110101110100000100011110101001111101011101000001011101011100011100001011001010011101010101111001011110011101011101011101000100001010010 | eba0bbeba08f53eba0bae38594eabcbcebae8852 |
UHC | 렻렏S렺ㅔ꼼뮈R | 1000111011000011100011101010010101010011100011101100001010100100110001001011001011000100101110011011111101010010 | 8ec38ea5538ec2a4c4b2c4b9bf52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)