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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 傳冀枷 | 100110010100001010011001011000101001111001100111 | 994299629e67 |
EUC-JP | 傳冀枷 | 110100011010001111010001110000111101101111001000 | d1a3d1c3dbc8 |
UTF-8 | 傳冀枷 | 111001011000001010110011111001011000011010000000111001101001111010110111 | e582b3e58680e69eb7 |
UHC | 傳冀枷 | 111011101110111011010000111011011100101010101110 | eeeed0edcaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)