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 | 鶯?ⅷ | 1110100111110010001111111111101001000111 | e9f23ffa47 |
EUC-JP | 鶯?? | 11110010111101000011111100111111 | f2f43f3f |
UTF-8 | 鶯숇ⅷ | 111010011011011010101111111011001000100010000111111000101000010110110111 | e9b6afec8887e285b7 |
UHC | 鶯숇ⅷ | 111001011010001110011001111010111010010110101000 | e5a399eba5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)