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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蘓漏\ | 1110010101011110100110000101001001011100 | e55e98525c |
EUC-JP | 蘓漏\ | 1110100110111111110011111011001101011100 | e9bfcfb35c |
UTF-8 | 蘓漏\ | 11101000100110001001001111100110101111001000111101011100 | e89893e6bc8f5c |
UHC | ?漏\ | 00111111110101111010100101011100 | 3fd7a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)