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 | 悛籠万 | 100111001010000011100010110001001001011010011100 | 9ca0e2c4969c |
EUC-JP | 悛籠万 | 110110001010001011100100110001101100101111111100 | d8a2e4c6cbfc |
UTF-8 | 悛籠万 | 111001101000001010011011111001111011000110100000111001001011100010000111 | e6829be7b1a0e4b887 |
UHC | 悛籠万 | 111011101111100111010110111010111101100010110010 | eef9d6ebd8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)