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 | 阡滓ウ梧ソォ^ | 11101000100101001001111111100110101100111000110011100110101111111010101101011110 | e8949fe6b38ce6bfab5e |
EUC-JP | 阡滓ウ梧ソォ^ | 11101111111101001101111011101000100011101011001110111000111010001000111010111111100011101010101101011110 | eff4dee88eb3b8e88ebf8eab5e |
UTF-8 | 阡滓ウ梧ソォ^ | 11101001100110001010000111100110101110111001001111101111101111011011001111100110101000101010011111101111101111011011111111101111101111011010101101011110 | e998a1e6bb93efbdb3e6a2a7efbdbfefbdab5e |
UHC | 阡滓?梧??^ | 11110100110001101110111010101011001111111110011111111100001111110011111101011110 | f4c6eeab3fe7fc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)