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 | 砥?櫚砥 | 10010011011101010011111110011111010011001001001101110101 | 93753f9f4c9375 |
EUC-JP | 砥?櫚砥 | 11000101110101100011111111011101101011011100010111010110 | c5d63fddadc5d6 |
UTF-8 | 砥잰櫚砥 | 111001111010000010100101111011001001111010110000111001101010101110011010111001111010000010100101 | e7a0a5ec9eb0e6ab9ae7a0a5 |
UHC | 砥잰櫚砥 | 1111001010110010110000001110100111010101111010101111001010110010 | f2b2c0e9d5eaf2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)