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 | レロ櫤 | 11011010110110111111101011110011 | dadbfaf3 |
EUC-JP | レロ櫤 | 10001110110110101000111011011011100011111100010111010101 | 8eda8edb8fc5d5 |
UTF-8 | レロ櫤 | 111011111011111010011010111011111011111010011011111001101010101110100100 | efbe9aefbe9be6aba4 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)