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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瓠狡??B | 11100001010000001110000011000010001111110011111101000010 | e140e0c23f3f42 |
EUC-JP | 瓠狡??B | 11100001101000011110000011000100001111110011111101000010 | e1a1e0c43f3f42 |
UTF-8 | 瓠狡렦렑B | 11100111100100111010000011100111100010111010000111101011101000001010011011101011101000001001000101000010 | e793a0e78ba1eba0a6eba09142 |
UHC | 瓠狡렦렑B | 111110111101001011001110111010101000111010110101100011101010011001000010 | fbd2ceea8eb58ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)