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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陂ろ摧塚趣ァ | 1110100010011000100000101110101110011101100101001111101010011100100011101110111110100111 | e89882eb9d94fa9c8eefa7 |
EUC-JP | 陂ろ摧?趣ァ | 1110111111111000101001001110110111011001111101000011111110111100111100011000111010100111 | eff8a4edd9f43fbcf18ea7 |
UTF-8 | 陂ろ摧塚趣ァ | 111010011001100110000010111000111000001010001101111001101001000110100111111011111010100010010000111010001011011010100011111011111011110110100111 | e99982e3828de691a7efa890e8b6a3efbda7 |
UHC | 陂ろ??趣? | 111110011010111010101010111011010011111100111111111101101010110000111111 | f9aeaaed3f3ff6ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)