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 | 鱧蒔霑 | 111010011110010110001110101010101110100010111111 | e9e58eaae8bf |
EUC-JP | 鱧蒔霑 | 111100101110011110111100101011001111000011000001 | f2e7bcacf0c1 |
UTF-8 | 鱧蒔霑 | 111010011011000110100111111010001001001010010100111010011001110010010001 | e9b1a7e89294e99c91 |
UHC | ?蒔霑 | 0011111111100011110010001110111111000101 | 3fe3c8efc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)