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 | 陬エ轢ァ鞫ァ | 111010001010001110110100111001111000000010100111111001101001000110100111 | e8a3b4e780a7e691a7 |
EUC-JP | 陬エ轢ァ鞫ァ | 111100001010010110001110101101001110110111100000100011101010011111101011111100011000111010100111 | f0a58eb4ede08ea7ebf18ea7 |
UTF-8 | 陬エ轢ァ鞫ァ | 111010011001100110101100111011111011110110110100111010001011110110100010111011111011110110100111111010011001111010101011111011111011110110100111 | e999acefbdb4e8bda2efbda7e99eabefbda7 |
UHC | ??轢?鞫? | 0011111100111111110101011111100100111111110011111101010000111111 | 3f3fd5f93fcfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)