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 | ??癌? | 0011111100111111100010101110000000111111 | 3f3f8ae03f |
EUC-JP | ??癌? | 0011111100111111101101001110001000111111 | 3f3fb4e23f |
UTF-8 | 姸렣癌롃 | 111001011010011110111000111010111010000010100011111001111001100110001100111010111010000110000011 | e5a7b8eba0a3e7998ceba183 |
UHC | 姸렣癌롃 | 1110011011000001100011101011010011100100110111111000111011001010 | e6c18eb4e4df8eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)