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 | ????q | 0011111100111111001111110011111101110001 | 3f3f3f3f71 |
SJIS-WIN | ?斤??q | 001111111000101111010010001111110011111101110001 | 3f8bd23f3f71 |
EUC-JP | ?斤??q | 001111111011011011010100001111110011111101110001 | 3fb6d43f3f71 |
UTF-8 | 렺斤읖렎q | 11101011101000001011101011100110100101101010010011101100100111011001011011101011101000001000111001110001 | eba0bae696a4ec9d96eba08e71 |
UHC | 렺斤읖렎q | 100011101100001011010000110001011100000011000101100011101010010001110001 | 8ec2d0c5c0c58ea471 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)