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 | 蒹・辜 | 1110010011100011101001011110011110000011 | e4e3a5e783 |
EUC-JP | 蒹・辜 | 111010001110010110001110101001011110110111100011 | e8e58ea5ede3 |
UTF-8 | 蒹・辜 | 111010001001001010111001111011111011110110100101111010001011111010011100 | e892b9efbda5e8be9c |
UHC | ??辜 | 00111111001111111100110111010000 | 3f3fcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)