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 | 昕鍄 | 111110101100111111100111111110111111001111101011 | facfe7fbf3eb |
EUC-JP | 昕鍄? | 100011111100000111111100111011101111110100111111 | 8fc1fceefd3f |
UTF-8 | 昕鍄 | 111001101001100010010101111010011000110110000100111011101000101110011110 | e69895e98d84ee8b9e |
UHC | 昕?? | 11111101110110100011111100111111 | fdda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)