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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萬悟嘗 | 111001001101110110001100111001011000111110100110 | e4dd8ce58fa6 |
EUC-JP | 萬悟嘗 | 111010001101111110111000111001111011111010101000 | e8dfb8e7bea8 |
UTF-8 | 萬悟嘗 | 111010001001000010101100111001101000001010011111111001011001100010010111 | e890ace6829fe59897 |
UHC | 萬悟嘗 | 110110001011111111100111111101101101111111000100 | d8bfe7f6dfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)