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 | 焄セモコ鉸ァ | 1111101101010100101111101101001110111010111110111100111010100111 | fb54bed3bafbcea7 |
EUC-JP | 焄セモコ鉸ァ | 1000111111001001111000111000111010111110100011101101001110001110101110101000111111100011111100101000111010100111 | 8fc9e38ebe8ed38eba8fe3f28ea7 |
UTF-8 | 焄セモコ鉸ァ | 111001111000010010000100111011111011110110111110111011111011111010010011111011111011110110111010111010011000100110111000111011111011110110100111 | e78484efbdbeefbe93efbdbae989b8efbda7 |
UHC | 焄????? | 11111101101101100011111100111111001111110011111100111111 | fdb63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)