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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???兀 | 0011111100111111001111111001100101011001 | 3f3f3f9959 |
EUC-JP | 孼??兀 | 10001111101110101100001100111111001111111101000110111010 | 8fbac33f3fd1ba |
UTF-8 | 孼먮젌兀 | 111001011010110110111100111010111010100010101110111011001010000010001100111001011000010110000000 | e5adbceba8aeeca08ce58580 |
UHC | 孼먮젌兀 | 1110010111101101100100001110101110100000100011011110100010110100 | e5ed90eba08de8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)