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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遵???遠 | 10001111100001010011111100111111001111111000100110010011 | 8f853f3f3f8993 |
EUC-JP | 遵???遠 | 10111101111001010011111100111111001111111011000111110011 | bde53f3f3fb1f3 |
UTF-8 | 遵닿렡렧遠 | 111010011000000110110101111010111000101110111111111010111010000010100001111010111010000010100111111010011000000110100000 | e981b5eb8bbfeba0a1eba0a7e981a0 |
UHC | 遵닿렡렧遠 | 11110001111001011011010011101010100011101011001010001110101101101110101011000000 | f1e5b4ea8eb28eb6eac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)