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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 倏薺 | 11100000110001011110010101010100 | e0c5e554 |
EUC-JP | 倏薺 | 11100000110001111110100110110101 | e0c7e9b5 |
UTF-8 | 倏薺 | 111001011000000010001111111010001001011010111010 | e5808fe896ba |
UHC | ?薺 | 001111111111000010110001 | 3ff0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)