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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鍜¥充^ | 11101000010001111000000110001111100011110101101101011110 | e847818f8f5b5e |
EUC-JP | 鍜¥充^ | 11101111101010001010000111101111101111011011110001011110 | efa8a1efbdbc5e |
UTF-8 | 鍜¥充^ | 11101001100011011001110011101111101111111010010111100101100001011000010101011110 | e98d9cefbfa5e585855e |
UHC | ?¥充^ | 001111111010000111001101111101011111011001011110 | 3fa1cdf5f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)