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 | 汐鈊 | 111100011110100010001110101011001111101111000011 | f1e88eacfbc3 |
EUC-JP | ?汐鈊 | 001111111011110010101110100011111110001110111111 | 3fbcae8fe3bf |
UTF-8 | 汐鈊 | 111011101000010110100011111001101011000110010000111010011000100010001010 | ee85a3e6b190e9888a |
UHC | ?汐? | 00111111111000001011000100111111 | 3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)