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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 纒レ拭硴 | 1110001110010101100000111000110010010000010000001110000111101011 | e395838c9040e1eb |
EUC-JP | 纒レ拭硴 | 1110010111110101101001011110110010111111101000011110001011101101 | e5f5a5ecbfa1e2ed |
UTF-8 | 纒レ拭硴 | 111001111011101010010010111000111000001110101100111001101000101110101101111001111010000110110100 | e7ba92e383ace68bade7a1b4 |
UHC | ?レ拭? | 001111111010101111101100111000111101010000111111 | 3fabece3d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)