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 | 險帶カ | 1110100010101000100110111110011010110110 | e8a89be6b6 |
EUC-JP | 險帶カ | 111100001010101011010110111010001000111010110110 | f0aad6e88eb6 |
UTF-8 | 險帶カ | 111010011001101010101010111001011011100010110110111011111011110110110110 | e99aaae5b8b6efbdb6 |
UHC | 險帶? | 1111101011001111110100111110000100111111 | facfd3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)