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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シト煮斜 | 101111001100010010001110110011111000111011001110 | bcc48ecf8ece |
EUC-JP | シト煮斜 | 1000111010111100100011101100010010111100110100011011110011010000 | 8ebc8ec4bcd1bcd0 |
UTF-8 | シト煮斜 | 111011111011110110111100111011111011111010000100111001111000010110101110111001101001011010011100 | efbdbcefbe84e785aee6969c |
UHC | ??煮斜 | 001111110011111111101101101101001101111011011000 | 3f3fedb4ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)