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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巍勘?? | 100110111101100110001010101010000011111100111111 | 9bd98aa83f3f |
EUC-JP | 巍勘?? | 110101101101101110110100101010100011111100111111 | d6dbb4aa3f3f |
UTF-8 | 巍勘렧렔 | 111001011011011110001101111001011000101110011000111010111010000010100111111010111010000010010100 | e5b78de58b98eba0a7eba094 |
UHC | 巍勘렧렔 | 1110100011100100110010101110101110001110101101101000111010101001 | e8e4caeb8eb68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)