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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍ソ蟠守豸 | 111010001011011110111111111001011011010010001110111001111110011010110110 | e8b7bfe5b48ee7e6b6 |
EUC-JP | 霍ソ蟠守豸 | 11110000101110011000111010111111111010101011011010111100111010011110110010111000 | f0b98ebfeab6bce9ecb8 |
UTF-8 | 霍ソ蟠守豸 | 111010011001110010001101111011111011110110111111111010001001111110100000111001011010111010001000111010001011000110111000 | e99c8defbdbfe89fa0e5ae88e8b1b8 |
UHC | ??蟠守? | 00111111001111111101101011110110111000011111101000111111 | 3f3fdaf6e1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)