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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姙??堪 | 100110110100101100111111001111111000101010101100 | 9b4b3f3f8aac |
EUC-JP | 姙??堪 | 110101011010110000111111001111111011010010101110 | d5ac3f3fb4ae |
UTF-8 | 姙얩렗堪 | 111001011010011110011001111011001001011010101001111010111010000010010111111001011010000010101010 | e5a799ec96a9eba097e5a0aa |
UHC | 姙얩렗堪 | 1110110011110101101111101110110110001110101011001100101011101101 | ecf5beed8eaccaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)