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 | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-WIN | ??佶???M | 0011111100111111100110001100100100111111001111110011111101001101 | 3f3f98c93f3f3f4d |
EUC-JP | ??佶???M | 0011111100111111110100001100101100111111001111110011111101001101 | 3f3fd0cb3f3f3f4d |
UTF-8 | 렻ㅔ佶렻┙렏M | 11101011101000001011101111100011100001011001010011100100101111011011011011101011101000001011101111100010100101001001100111101011101000001000111101001101 | eba0bbe38594e4bdb6eba0bbe29499eba08f4d |
UHC | 렻ㅔ佶렻┙렏M | 10001110110000111010010011000100110100011100110110001110110000111010011011000100100011101010010101001101 | 8ec3a4c4d1cd8ec3a6c48ea54d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)