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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | \━}\━{^ | 1000000101011111100001001010101001111101100000010101111110000100101010100111101101011110 | 815f84aa7d815f84aa7b5e |
EUC-JP | \━}\━{^ | 1010000111000000101010001010110001111101101000011100000010101000101011000111101101011110 | a1c0a8ac7da1c0a8ac7b5e |
UTF-8 | \━}\━{^ | 111011111011110010111100111000101001010010000001011111011110111110111100101111001110001010010100100000010111101101011110 | efbcbce294817defbcbce294817b5e |
UHC | \━}\━{^ | 1010000110101100101001101010110001111101101000011010110010100110101011000111101101011110 | a1aca6ac7da1aca6ac7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)