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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霍ソ蟠守豸雕 | 1110100010110111101111111110010110110100100011101110011111100110101101101110100010111000 | e8b7bfe5b48ee7e6b6e8b8 |
EUC-JP | 霍ソ蟠守豸雕 | 111100001011100110001110101111111110101010110110101111001110100111101100101110001111000010111010 | f0b98ebfeab6bce9ecb8f0ba |
UTF-8 | 霍ソ蟠守豸雕 | 111010011001110010001101111011111011110110111111111010001001111110100000111001011010111010001000111010001011000110111000111010011001101110010101 | e99c8defbdbfe89fa0e5ae88e8b1b8e99b95 |
UHC | ??蟠守?雕 | 001111110011111111011010111101101110000111111010001111111111000011100111 | 3f3fdaf6e1fa3ff0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)