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 | 鬯」蛛懷 | 11101001101011001010001111100101100000011001110011100101 | e9aca3e5819ce5 |
EUC-JP | 鬯」蛛懷 | 1111001010101110100011101010001111101001111000011101100011100111 | f2ae8ea3e9e1d8e7 |
UTF-8 | 鬯」蛛懷 | 111010011010110010101111111011111011110110100011111010001001101110011011111001101000011110110111 | e9acafefbda3e89b9be687b7 |
UHC | ??蛛懷 | 001111110011111111110001110010001111110011100011 | 3f3ff1c8fce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)