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 | 薰鈴㊧邵 | 1111101110011110100101111110100110000111100010001110011110111000 | fb9e97e98788e7b8 |
EUC-JP | ?鈴?邵 | 001111111100111011101011001111111110111010111010 | 3fceeb3feeba |
UTF-8 | 薰鈴㊧邵 | 111010001001011010110000111010011000100010110100111000111000101010100111111010011000001010110101 | e896b0e988b4e38aa7e982b5 |
UHC | 薰鈴?邵 | 11111101101110011101011011000010001111111110000111010000 | fdb9d6c23fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)