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 | 蠇懷廠髴 | 1111101110100001100111001110010110001111101100011110100110011100 | fba19ce58fb1e99c |
EUC-JP | ?懷廠髴 | 00111111110110001110011110111110101100111111000111111100 | 3fd8e7beb3f1fc |
UTF-8 | 蠇懷廠髴 | 111010001010000010000111111001101000011110110111111001011011101110100000111010011010101110110100 | e8a087e687b7e5bba0e9abb4 |
UHC | ?懷廠? | 001111111111110011100011111100111101111100111111 | 3ffce3f3df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)