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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑???ζ? | 1001010010101000001111110011111100111111100000111100010000111111 | 94a83f3f3f83c43f |
EUC-JP | 畑??靷ζ? | 11001000101010100011111100111111100011111110011110111101101001101100011000111111 | c8aa3f3f8fe7bda6c63f |
UTF-8 | 畑밴퉭靷ζ룄 | 1110011110010101100100011110101110110000101101001110110110001001101011011110100110011101101101111100111010110110111010111010001110000100 | e79591ebb0b4ed89ade99db7ceb6eba384 |
UHC | 畑밴퉭靷ζ룄 | 111011111010010110111001111010101011100110000101111011001110011010100101111001101000111110000100 | efa5b9eab985ece6a5e68f84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)