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 | ??B??] | 001111110011111101000010001111110011111101011101 | 3f3f423f3f5d |
SJIS-WIN | ??B?昉] | 00111111001111110100001000111111111110101101000101011101 | 3f3f423ffad15d |
EUC-JP | ??B?昉] | 0011111100111111010000100011111110001111110000011111100001011101 | 3f3f423f8fc1f85d |
UTF-8 | 렻렮B렺昉] | 1110101110100000101110111110101110100000101011100100001011101011101000001011101011100110100110001000100101011101 | eba0bbeba0ae42eba0bae698895d |
UHC | 렻렮B렺昉] | 10001110110000111000111010111011010000101000111011000010110110111011001001011101 | 8ec38ebb428ec2dbb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)