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?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
EUC-JP | ??M?? | 0011111100111111010011010011111100111111 | 3f3f4d3f3f |
UTF-8 | 렻렍M렺거 | 11101011101000001011101111101011101000001000110101001101111010111010000010111010111010101011000110110000 | eba0bbeba08d4deba0baeab1b0 |
UHC | 렻렍M렺거 | 100011101100001110001110101000110100110110001110110000101011000011000101 | 8ec38ea34d8ec2b0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)