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 | セュ魄セ、柴 | 1011111010101101111010011010111010111110101001001000111011000100 | beade9aebea48ec4 |
EUC-JP | セュ魄セ、柴 | 100011101011111010001110101011011111001010110000100011101011111010001110101001001011110011000110 | 8ebe8eadf2b08ebe8ea4bcc6 |
UTF-8 | セュ魄セ、柴 | 111011111011110110111110111011111011110110101101111010011010110110000100111011111011110110111110111011111011110110100100111001101001111110110100 | efbdbeefbdade9ad84efbdbeefbda4e69fb4 |
UHC | ??魄??柴 | 0011111100111111110110111101111000111111001111111110001111000011 | 3f3fdbde3f3fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)