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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ???循??^ | 0011111100111111001111111000111101111010001111110011111101011110 | 3f3f3f8f7a3f3f5e |
EUC-JP | ???循??^ | 0011111100111111001111111011110111011011001111110011111101011110 | 3f3f3fbddb3f3f5e |
UTF-8 | 嶺띾ㅃ循귝뇻^ | 11101111101001101010101111101011100111011011111011100011100001011000001111100101101111101010101011101010101101111001110111101011100001111011101101011110 | efa6abeb9dbee38583e5beaaeab79deb87bb5e |
UHC | 嶺띾ㅃ循귝뇻^ | 11100111101011011000110111101011101001001011001111100010111000001000001011100110101101001010011101011110 | e7ad8deba4b3e2e082e6b4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)