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 | 畑?Ⅱ燁 | 10010100101010000011111110000111010101011111101101011001 | 94a83f8755fb59 |
EUC-JP | 畑??燁 | 11001000101010100011111100111111100011111100101010110011 | c8aa3f3f8fcab3 |
UTF-8 | 畑몄Ⅱ燁 | 111001111001010110010001111010111010101010000100111000101000010110100001111001111000011110000001 | e79591ebaa84e285a1e78781 |
UHC | 畑몄Ⅱ燁 | 1110111110100101101110001110110010100101101100011110011110100111 | efa5b8eca5b1e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)