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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シカ赳シカ赭^ | 101111001011011011100110111000001011110010110110111001101101111001011110 | bcb6e6e0bcb6e6de5e |
EUC-JP | シカ赳シカ赭^ | 10001110101111001000111010110110111011001110001010001110101111001000111010110110111011001110000001011110 | 8ebc8eb6ece28ebc8eb6ece05e |
UTF-8 | シカ赳シカ赭^ | 11101111101111011011110011101111101111011011011011101000101101011011001111101111101111011011110011101111101111011011011011101000101101011010110101011110 | efbdbcefbdb6e8b5b3efbdbcefbdb6e8b5ad5e |
UHC | ??赳???^ | 0011111100111111110100001010111100111111001111110011111101011110 | 3f3fd0af3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)