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 | 聰沿梢 | 111000111110000010001001100010001000111110111101 | e3e089888fbd |
EUC-JP | 聰沿梢 | 111001101110001010110001111010001011111010111111 | e6e2b1e8bebf |
UTF-8 | 聰沿梢 | 111010001000000110110000111001101011001010111111111001101010001010100010 | e881b0e6b2bfe6a2a2 |
UHC | 聰沿梢 | 111101011100011011100110110011011111010011111110 | f5c6e6cdf4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)