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 | ?v] | 001111110111011001011101 | 3f765d |
SJIS-WIN | 壓v] | 10011010110110000111011001011101 | 9ad8765d |
EUC-JP | 壓v] | 11010100110110100111011001011101 | d4da765d |
UTF-8 | 壓v] | 1110010110100011100100110111011001011101 | e5a393765d |
UHC | 壓v] | 11100100111000100111011001011101 | e4e2765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)