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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矣???載 | 11100001111000010011111100111111001111111000110111011010 | e1e13f3f3f8dda |
EUC-JP | 矣???載 | 11100010111000110011111100111111001111111011101011011100 | e2e33f3f3fbadc |
UTF-8 | 矣팰븜눅載 | 111001111001111110100011111011011000110010110000111010111011100010011100111010111000100010000101111010001011110010001001 | e79fa3ed8cb0ebb89ceb8885e8bc89 |
UHC | 矣팰븜눅載 | 11101011111110001100011011010011101110101110111010110100101010101110111010110000 | ebf8c6d3baeeb4aaeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)