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 | 鴦幣霄 | 111010011111000110010101101111001110100010111010 | e9f195bce8ba |
EUC-JP | 鴦幣霄 | 111100101111001111001010101111101111000010111100 | f2f3cabef0bc |
UTF-8 | 鴦幣霄 | 111010011011010010100110111001011011100110100011111010011001110010000100 | e9b4a6e5b9a3e99c84 |
UHC | 鴦幣? | 1110010011101100111110001100011100111111 | e4ecf8c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)