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 | 縞丈 | 111100001111000110001110110010001000111111100100 | f0f18ec88fe4 |
EUC-JP | ?縞丈 | 0011111110111100110010101011111011100110 | 3fbccabee6 |
UTF-8 | 縞丈 | 111011101000001010110000111001111011100010011110111001001011100010001000 | ee82b0e7b89ee4b888 |
UHC | ?縞丈 | 0011111111111011110101101110110111011011 | 3ffbd6eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)