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?寶 | 001111110011111101001101001111111001101110001111 | 3f3f4d3f9b8f |
EUC-JP | ??M?寶 | 001111110011111101001101001111111101010111101111 | 3f3f4d3fd5ef |
UTF-8 | 렻렎M렺寶 | 11101011101000001011101111101011101000001000111001001101111010111010000010111010111001011010111110110110 | eba0bbeba08e4deba0bae5afb6 |
UHC | 렻렎M렺寶 | 100011101100001110001110101001000100110110001110110000101101110011000100 | 8ec38ea44d8ec2dcc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)