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 | 艾?=矮 | 11100100100010000011111110000001100000011110000111100010 | e4883f8181e1e2 |
EUC-JP | 艾?=矮 | 11100111111010000011111110100001111000011110001011100100 | e7e83fa1e1e2e4 |
UTF-8 | 艾썲=矮 | 111010001000100110111110111011001000110110110010111011111011110010011101111001111001111110101110 | e889beec8db2efbc9de79fae |
UHC | 艾썲=矮 | 1110010011110101101111011110010110100011101111011110100011100001 | e4f5bde5a3bde8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)