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 | 逶門彫逶 | 1110011110011011100101101110010110010010101001001110011110011011 | e79b96e592a4e79b |
EUC-JP | 逶門彫逶 | 1110110111111011110011001110011111000100101001101110110111111011 | edfbcce7c4a6edfb |
UTF-8 | 逶門彫逶 | 111010011000000010110110111010011001011010000000111001011011110110101011111010011000000010110110 | e980b6e99680e5bdabe980b6 |
UHC | ?門彫? | 001111111101101010100110111100001100000100111111 | 3fdaa6f0c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)