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 | ???CA??? | 0011111100111111001111110100001101000001001111110011111100111111 | 3f3f3f43413f3f3f |
SJIS-WIN | ???CA??∫ | 001111110011111100111111010000110100000100111111001111111000000111100111 | 3f3f3f43413f3f81e7 |
EUC-JP | ???CA??∫ | 001111110011111100111111010000110100000100111111001111111010001011101001 | 3f3f3f43413f3fa2e9 |
UTF-8 | 룶웡▩CA룶엌∫ | 1110101110100011101101101110110010011011101000011110001010010110101010010100001101000001111010111010001110110110111011001001011110001100111000101000100010101011 | eba3b6ec9ba1e296a94341eba3b6ec978ce288ab |
UHC | 룶웡▩CA룶엌∫ | 1000111110101011101111111111110110100010110011000100001101000001100011111010101110111110111111011010000111110010 | 8fabbffda2cc43418fabbefda1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)