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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 韃カ螳夲ソ。B | 11101000111001011011011011100101101011101001101011101111101111111010000101000010 | e8e5b6e5ae9aefbfa142 |
EUC-JP | 韃カ螳夲ソ。B | 11110000111001111000111010110110111010101011000011010100111100011000111010111111100011101010000101000010 | f0e78eb6eab0d4f18ebf8ea142 |
UTF-8 | 韃カ螳夲ソ。B | 11101001100111111000001111101111101111011011011011101000100111101011001111100101101001001011001011101111101111011011111111101111101111011010000101000010 | e99f83efbdb6e89eb3e5a4b2efbdbfefbda142 |
UHC | ??螳???B | 0011111100111111110100111101100100111111001111110011111101000010 | 3f3fd3d93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)