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 | 驫懈ォ | 1110100110001010100111001110011010101011 | e98a9ce6ab |
EUC-JP | 驫懈ォ | 111100011110101011011000111010001000111010101011 | f1ead8e88eab |
UTF-8 | 驫懈ォ | 111010011010100110101011111001101000011110001000111011111011110110101011 | e9a9abe68788efbdab |
UHC | ?懈? | 00111111111110101010101100111111 | 3ffaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)