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 | 綵煙‐裲 | 1110001101011100100010011000110010000001010111011110010111101010 | e35c898c815de5ea |
EUC-JP | 綵煙‐裲 | 1110010110111101101100011110110010100001101111101110101011101100 | e5bdb1eca1beeaec |
UTF-8 | 綵煙‐裲 | 111001111011011010110101111001111000010110011001111000101000000010010000111010001010001110110010 | e7b6b5e78599e28090e8a3b2 |
UHC | 綵煙?? | 111100111111011111100110110101010011111100111111 | f3f7e6d53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)