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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 昊明昊明^ | 100111011101110110010110101111101001110111011101100101101011111001011110 | 9ddd96be9ddd96be5e |
EUC-JP | 昊明昊明^ | 110110101101111111001100110000001101101011011111110011001100000001011110 | dadfccc0dadfccc05e |
UTF-8 | 昊明昊明^ | 11100110100110001000101011100110100110001000111011100110100110001000101011100110100110001000111001011110 | e6988ae6988ee6988ae6988e5e |
UHC | 昊明昊明^ | 111110111100010011011001101001011111101111000100110110011010010101011110 | fbc4d9a5fbc4d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)