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?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
SJIS-WIN | ??M?盆 | 001111110011111101001101001111111001011001111110 | 3f3f4d3f967e |
EUC-JP | ??M?盆 | 001111110011111101001101001111111100101111011111 | 3f3f4d3fcbdf |
UTF-8 | 렻렎M렺盆 | 11101011101000001011101111101011101000001000111001001101111010111010000010111010111001111001101110000110 | eba0bbeba08e4deba0bae79b86 |
UHC | 렻렎M렺盆 | 100011101100001110001110101001000100110110001110110000101101110111001110 | 8ec38ea44d8ec2ddce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)