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????N | 0011111100111111010100110011111100111111001111110011111101001110 | 3f3f533f3f3f3f4e |
SJIS-WIN | ??S????N | 0011111100111111010100110011111100111111001111110011111101001110 | 3f3f533f3f3f3f4e |
EUC-JP | ??S????N | 0011111100111111010100110011111100111111001111110011111101001110 | 3f3f533f3f3f3f4e |
UTF-8 | 렻렏S렺ㅔ꼼뮈N | 1110101110100000101110111110101110100000100011110101001111101011101000001011101011100011100001011001010011101010101111001011110011101011101011101000100001001110 | eba0bbeba08f53eba0bae38594eabcbcebae884e |
UHC | 렻렏S렺ㅔ꼼뮈N | 1000111011000011100011101010010101010011100011101100001010100100110001001011001011000100101110011011111101001110 | 8ec38ea5538ec2a4c4b2c4b9bf4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)