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 | 詹螂晴 | 111110111010010111100101101001011111101011011000 | fba5e5a5fad8 |
EUC-JP | 詹螂? | 100011111101110111101010111010101010011100111111 | 8fddeaeaa73f |
UTF-8 | 詹螂晴 | 111010001010100110111001111010001001111010000010111011111010100010010010 | e8a9b9e89e82efa892 |
UHC | 詹螂? | 1111010011011010110101011100110000111111 | f4dad5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)