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 | 艱滑心羯 | 1110010010000101100010101000101010010000010100111110001110111001 | e4858a8a9053e3b9 |
EUC-JP | 艱滑心羯 | 1110011111100101101100111110101010111111101101001110011010111011 | e7e5b3eabfb4e6bb |
UTF-8 | 艱滑心羯 | 111010001000100110110001111001101011101110010001111001011011111110000011111001111011111010101111 | e889b1e6bb91e5bf83e7beaf |
UHC | 艱滑心? | 11001010110111101111110011000001111000111111110100111111 | cadefcc1e3fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)