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 | 赳、雋ウ | 111001101110000010100100111010001011001010110011 | e6e0a4e8b2b3 |
EUC-JP | 赳、雋ウ | 1110110011100010100011101010010011110000101101001000111010110011 | ece28ea4f0b48eb3 |
UTF-8 | 赳、雋ウ | 111010001011010110110011111011111011110110100100111010011001101110001011111011111011110110110011 | e8b5b3efbda4e99b8befbdb3 |
UHC | 赳?雋? | 110100001010111100111111111100011110011000111111 | d0af3ff1e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)