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 | 楷?? | 10011110101100100011111100111111 | 9eb23f3f |
EUC-JP | 楷?瀣 | 110111001011010000111111100011111100100110110001 | dcb43f8fc9b1 |
UTF-8 | 楷렏瀣 | 111001101010010110110111111010111010000010001111111001111000000010100011 | e6a5b7eba08fe780a3 |
UHC | 楷렏瀣 | 111110101010110010001110101001011111101010101110 | faac8ea5faae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)