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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 豸珠潤貂ヲh | 11100110101101101000111011101100100011111000000111100110101110001010011001101000 | e6b68eec8f81e6b8a668 |
EUC-JP | 豸珠潤貂ヲh | 1110110010111000101111001110111010111101111000011110110010111010100011101010011001101000 | ecb8bceebde1ecba8ea668 |
UTF-8 | 豸珠潤貂ヲh | 11101000101100011011100011100111100011111010000011100110101111011010010011101000101100101000001011101111101111011010011001101000 | e8b1b8e78fa0e6bda4e8b282efbda668 |
UHC | ?珠潤貂?h | 001111111111000111000001111010111100100011110101101100000011111101101000 | 3ff1c1ebc8f5b03f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)