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 | 懷霎模 | 100111001110010111101000101111101001011011001101 | 9ce5e8be96cd |
EUC-JP | 懷霎模 | 110110001110011111110000110000001100110011001111 | d8e7f0c0cccf |
UTF-8 | 懷霎模 | 111001101000011110110111111010011001110010001110111001101010100010100001 | e687b7e99c8ee6a8a1 |
UHC | 懷?模 | 1111110011100011001111111101100110111100 | fce33fd9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)