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 | 蠇懷廠韆 | 1111101110100001100111001110010110001111101100011110100011100110 | fba19ce58fb1e8e6 |
EUC-JP | ?懷廠韆 | 00111111110110001110011110111110101100111111000011101000 | 3fd8e7beb3f0e8 |
UTF-8 | 蠇懷廠韆 | 111010001010000010000111111001101000011110110111111001011011101110100000111010011001111110000110 | e8a087e687b7e5bba0e99f86 |
UHC | ?懷廠韆 | 00111111111111001110001111110011110111111111010011000111 | 3ffce3f3dff4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)