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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??徇? | 11100001100111110011111100111111100111000110110100111111 | e19f3f3f9c6d3f |
EUC-JP | 癲??徇? | 11100010101000010011111100111111110101111100111000111111 | e2a13f3fd7ce3f |
UTF-8 | 癲⒱뫒徇덨 | 111001111001100110110010111000101001001010110001111010111010101110010010111001011011111010000111111010111000110110101000 | e799b2e292b1ebab92e5be87eb8da8 |
UHC | 癲⒱뫒徇덨 | 11101111101001101010100111100010100100011011010011100010110111111000100101000010 | efa6a9e291b4e2df8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)