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 | 砥??? | 1001001101110101001111110011111100111111 | 93753f3f3f |
EUC-JP | 砥??? | 1100010111010110001111110011111100111111 | c5d63f3f3f |
UTF-8 | 砥잰렋렔 | 111001111010000010100101111011001001111010110000111010111010000010001011111010111010000010010100 | e7a0a5ec9eb0eba08beba094 |
UHC | 砥잰렋렔 | 1111001010110010110000001110100110001110101000101000111010101001 | f2b2c0e98ea28ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)