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 | 驍界}驍界{^ | 1110100110000010100010100100010101111101111010011000001010001010010001010111101101011110 | e9828a457de9828a457b5e |
EUC-JP | 驍界}驍界{^ | 1111000111100010101100111010011001111101111100011110001010110011101001100111101101011110 | f1e2b3a67df1e2b3a67b5e |
UTF-8 | 驍界}驍界{^ | 111010011010100110001101111001111001010110001100011111011110100110101001100011011110011110010101100011000111101101011110 | e9a98de7958c7de9a98de7958c7b5e |
UHC | 驍界}驍界{^ | 1111110110100100110011011010001101111101111111011010010011001101101000110111101101011110 | fda4cda37dfda4cda37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)