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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阡滄ァ戊亜 | 111010001001010010011111111010011010011110010101111010001000100010011111 | e8949fe9a795e8889f |
EUC-JP | 阡滄ァ戊亜 | 11101111111101001101111011101011100011101010011111001010111010101011000010100001 | eff4deeb8ea7caeab0a1 |
UTF-8 | 阡滄ァ戊亜 | 111010011001100010100001111001101011101110000100111011111011110110100111111001101000100010001010111001001011101010011100 | e998a1e6bb84efbda7e6888ae4ba9c |
UHC | 阡滄?戊? | 1111010011000110111100111110011100111111110110011110011000111111 | f4c6f3e73fd9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)