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 | ??弱 | 00111111001111111000111011100011 | 3f3f8ee3 |
EUC-JP | 縯?弱 | 100011111101010011001011001111111011110011100101 | 8fd4cb3fbce5 |
UTF-8 | 縯쵡弱 | 111001111011100010101111111011001011010110100001111001011011110010110001 | e7b8afecb5a1e5bcb1 |
UHC | 縯쵡弱 | 111001101110000010101101010000011110010110110000 | e6e0ad41e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)