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 | 鵰螂晴 | 111111000100011111100101101001011111101011011000 | fc47e5a5fad8 |
EUC-JP | 鵰螂? | 100011111110101111111011111010101010011100111111 | 8febfbeaa73f |
UTF-8 | 鵰螂晴 | 111010011011010110110000111010001001111010000010111011111010100010010010 | e9b5b0e89e82efa892 |
UHC | ?螂? | 00111111110101011100110000111111 | 3fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)