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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 遵??遵??^ | 100011111000010100111111001111111000111110000101001111110011111101011110 | 8f853f3f8f853f3f5e |
EUC-JP | 遵??遵??^ | 101111011110010100111111001111111011110111100101001111110011111101011110 | bde53f3fbde53f3f5e |
UTF-8 | 遵댄㉩遵댄㉦^ | 11101001100000011011010111101011100011001000010011100011100010011010100111101001100000011011010111101011100011001000010011100011100010011010011001011110 | e981b5eb8c84e389a9e981b5eb8c84e389a65e |
UHC | 遵댄㉩遵댄㉦^ | 11110001111001011011010011101101101010001011101011110001111001011011010011101101101010001011011101011110 | f1e5b4eda8baf1e5b4eda8b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)