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 | 才?? | 10001101110010110011111100111111 | 8dcb3f3f |
EUC-JP | 才?? | 10111010110011010011111100111111 | bacd3f3f |
UTF-8 | 才렭綎 | 111001101000100110001101111010111010000010101101111001111011011010001110 | e6898deba0ade7b68e |
UHC | 才렭綎 | 111011101010011010001110101110101110111111110010 | eea68ebaeff2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)