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 | 肅∞潟 | 111000111110011110000001100001111000101010000011 | e3e781878a83 |
EUC-JP | 肅∞潟 | 111001101110100110100001111001111011001111100011 | e6e9a1e7b3e3 |
UTF-8 | 肅∞潟 | 111010001000001010000101111000101000100010011110111001101011110110011111 | e88285e2889ee6bd9f |
UHC | 肅∞潟 | 111000101101110010100001110001001110000010110011 | e2dca1c4e0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)