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 | 辰洩祗 | 100100100100001110001001011010111110001001001100 | 9243896be24c |
EUC-JP | 辰洩祗 | 110000111010010010110001110011001110001110101101 | c3a4b1cce3ad |
UTF-8 | 辰洩祗 | 111010001011111010110000111001101011010010101001111001111010010110010111 | e8beb0e6b4a9e7a597 |
UHC | 辰洩祗 | 111100101110001111100000110111011111001010110100 | f2e3e0ddf2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)