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 | 綵煙―趾 | 1110001101011100100010011000110010000001010111001110011011100100 | e35c898c815ce6e4 |
EUC-JP | 綵煙―趾 | 1110010110111101101100011110110010100001101111011110110011100110 | e5bdb1eca1bdece6 |
UTF-8 | 綵煙―趾 | 111001111011011010110101111001111000010110011001111000101000000010010101111010001011011010111110 | e7b6b5e78599e28095e8b6be |
UHC | 綵煙―趾 | 1111001111110111111001101101010110100001101010101111001010111111 | f3f7e6d5a1aaf2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)