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 | 毫紗? | 1001111101111100100011101101000100111111 | 9f7c8ed13f |
EUC-JP | 毫紗? | 1101110111011101101111001101001100111111 | ddddbcd33f |
UTF-8 | 毫紗렧 | 111001101010111110101011111001111011010010010111111010111010000010100111 | e6afabe7b497eba0a7 |
UHC | 毫紗렧 | 111110111100011011011110111010011000111010110110 | fbc6dee98eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)