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 | 聰沿恭粳 | 1110001111100000100010011000100010001011101100011110001011101001 | e3e089888bb1e2e9 |
EUC-JP | 聰沿恭粳 | 1110011011100010101100011110100010110110101100111110010011101011 | e6e2b1e8b6b3e4eb |
UTF-8 | 聰沿恭粳 | 111010001000000110110000111001101011001010111111111001101000000110101101111001111011001010110011 | e881b0e6b2bfe681ade7b2b3 |
UHC | 聰沿恭粳 | 1111010111000110111001101100110111001101111100011100101111010111 | f5c6e6cdcdf1cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)