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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?鏃組終?^ | 001111111110100001010110100100010110011110001111010010010011111101011110 | 3fe85691678f493f5e |
EUC-JP | ?鏃組終?^ | 001111111110111110110111110000011100100010111101101010100011111101011110 | 3fefb7c1c8bdaa3f5e |
UTF-8 | 롔鏃組終롃^ | 11101011101000011001010011101001100011111000001111100111101101011000010011100111101101011000001011101011101000011000001101011110 | eba194e98f83e7b584e7b582eba1835e |
UHC | 롔鏃組終롃^ | 1000111011011000111100001110110011110000110110101111000011111011100011101100101001011110 | 8ed8f0ecf0daf0fb8eca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)