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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 遵?遵?^ | 10001111100001010011111110001111100001010011111101011110 | 8f853f8f853f5e |
EUC-JP | 遵?遵?^ | 10111101111001010011111110111101111001010011111101011110 | bde53fbde53f5e |
UTF-8 | 遵넸遵넵^ | 11101001100000011011010111101011100001001011100011101001100000011011010111101011100001001011010101011110 | e981b5eb84b8e981b5eb84b55e |
UHC | 遵넸遵넵^ | 111100011110010110110011110111101111000111100101101100111101110001011110 | f1e5b3def1e5b3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)