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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 韲夜事^ | 11101000111011001001011011101001100011101001011001011110 | e8ec96e98e965e |
EUC-JP | 韲夜事^ | 11110000111011101100110011101011101110111111011001011110 | f0eeccebbbf65e |
UTF-8 | 韲夜事^ | 11101001100111111011001011100101101001001001110011100100101110101000101101011110 | e99fb2e5a49ce4ba8b5e |
UHC | ?夜事^ | 001111111110010110101000110111101100000001011110 | 3fe5a8dec05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)