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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謝実者 | 100011101101001110001110110000001000111011010010 | 8ed38ec08ed2 |
EUC-JP | 謝実者 | 101111001101010110111100110000101011110011010100 | bcd5bcc2bcd4 |
UTF-8 | 謝実者 | 111010001010110010011101111001011010111010011111111010001000000010000101 | e8ac9de5ae9fe88085 |
UHC | 謝?者 | 1101111011110011001111111110110110111010 | def33fedba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)