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 | 襍カ逡熊 | 11101000101101011011011011100111100101011000110001000110 | e8b5b6e7958c46 |
EUC-JP | 襍カ逡熊 | 1111000010110111100011101011011011101101111101011011011110100111 | f0b78eb6edf5b7a7 |
UTF-8 | 襍カ逡熊 | 111010001010010110001101111011111011110110110110111010011000000010100001111001111000011010001010 | e8a58defbdb6e980a1e7868a |
UHC | ??逡熊 | 001111110011111111110001111001001110101010101000 | 3f3ff1e4eaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)