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 | 遵낵遵낵^ | 11101001100000011011010111101011100000101011010111101001100000011011010111101011100000101011010101011110 | e981b5eb82b5e981b5eb82b55e |
UHC | 遵낵遵낵^ | 111100011110010110110011101111001111000111100101101100111011110001011110 | f1e5b3bcf1e5b3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)