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 | 芻牙弦 | 111001001000110110001001111001011000110010110111 | e48d89e58cb7 |
EUC-JP | 芻牙弦 | 111001111110110110110010111001111011100010111001 | e7edb2e7b8b9 |
UTF-8 | 芻牙弦 | 111010001000101010111011111001111000100110011001111001011011110010100110 | e88abbe78999e5bca6 |
UHC | 芻牙弦 | 111101011101011011100100101100111111101011010111 | f5d6e4b3fad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)