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 | 獨勺執 | 111000001101010110001110110110011000111010110111 | e0d58ed98eb7 |
EUC-JP | 獨勺執 | 111000001101011110111100110110111011110010111001 | e0d7bcdbbcb9 |
UTF-8 | 獨勺執 | 111001111000110110101000111001011000101110111010111001011001111110110111 | e78da8e58bbae59fb7 |
UHC | 獨勺執 | 110101001011110011101101110000111111001011111011 | d4bcedc3f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)