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 | 魍磯●驕 | 1110100110110001100010001110100110000001100111001110100110000001 | e9b188e9819ce981 |
EUC-JP | 魍磯●驕 | 1111001010110011101100001110101110100001111111001111000111100001 | f2b3b0eba1fcf1e1 |
UTF-8 | 魍磯●驕 | 111010011010110110001101111001111010001110101111111000101001011110001111111010011010100110010101 | e9ad8de7a3afe2978fe9a995 |
UHC | ?磯●驕 | 00111111110100011011010010100001110111001100111011110110 | 3fd1b4a1dccef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)