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 | 霎懃ソォ蛛 | 1110100010111110100111001110011110111111101010111110010110000001 | e8be9ce7bfabe581 |
EUC-JP | 霎懃ソォ蛛 | 11110000110000001101100011101001100011101011111110001110101010111110100111100001 | f0c0d8e98ebf8eabe9e1 |
UTF-8 | 霎懃ソォ蛛 | 111010011001110010001110111001101000011110000011111011111011110110111111111011111011110110101011111010001001101110011011 | e99c8ee68783efbdbfefbdabe89b9b |
UHC | ?懃??蛛 | 00111111110100001100010000111111001111111111000111001000 | 3fd0c43f3ff1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)