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 | 砥?? | 10010011011101010011111100111111 | 93753f3f |
EUC-JP | 砥?? | 11000101110101100011111100111111 | c5d63f3f |
UTF-8 | 砥잭년 | 111001111010000010100101111011001001111010101101111010111000010110000100 | e7a0a5ec9eadeb8584 |
UHC | 砥잭년 | 111100101011001011000000111010001011001111100010 | f2b2c0e8b3e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)