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 | 驫第ウ | 1110100110001010100100011110011010110011 | e98a91e6b3 |
EUC-JP | 驫第ウ | 111100011110101011000010111010001000111010110011 | f1eac2e88eb3 |
UTF-8 | 驫第ウ | 111010011010100110101011111001111010110010101100111011111011110110110011 | e9a9abe7acacefbdb3 |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)