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 | 陂ろ埀 | 111010001001100010000010111010111001101010101111 | e89882eb9aaf |
EUC-JP | 陂ろ埀 | 111011111111100010100100111011011101010010110001 | eff8a4edd4b1 |
UTF-8 | 陂ろ埀 | 111010011001100110000010111000111000001010001101111001011001111110000000 | e99982e3828de59f80 |
UHC | 陂ろ? | 1111100110101110101010101110110100111111 | f9aeaaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)