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????Bh | 001111110011111101010011001111110011111100111111001111110100001001101000 | 3f3f533f3f3f3f4268 |
SJIS-WIN | ??S????Bh | 001111110011111101010011001111110011111100111111001111110100001001101000 | 3f3f533f3f3f3f4268 |
EUC-JP | ??S????Bh | 001111110011111101010011001111110011111100111111001111110100001001101000 | 3f3f533f3f3f3f4268 |
UTF-8 | 렻렏S렺ㅔ꼼뮈Bh | 111010111010000010111011111010111010000010001111010100111110101110100000101110101110001110000101100101001110101010111100101111001110101110101110100010000100001001101000 | eba0bbeba08f53eba0bae38594eabcbcebae884268 |
UHC | 렻렏S렺ㅔ꼼뮈Bh | 100011101100001110001110101001010101001110001110110000101010010011000100101100101100010010111001101111110100001001101000 | 8ec38ea5538ec2a4c4b2c4b9bf4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)