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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毫紗?? | 100111110111110010001110110100010011111100111111 | 9f7c8ed13f3f |
EUC-JP | 毫紗?? | 110111011101110110111100110100110011111100111111 | ddddbcd33f3f |
UTF-8 | 毫紗렧펨 | 111001101010111110101011111001111011010010010111111010111010000010100111111011011000111010101000 | e6afabe7b497eba0a7ed8ea8 |
UHC | 毫紗렧펨 | 1111101111000110110111101110100110001110101101101100011011101000 | fbc6dee98eb6c6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)