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 | 畑??肉?? | 1001010010101000001111110011111110010011111101110011111100111111 | 94a83f3f93f73f3f |
EUC-JP | 畑??肉?? | 1100100010101010001111110011111111000110111110010011111100111111 | c8aa3f3fc6f93f3f |
UTF-8 | 畑밴퉭肉㏝씣 | 111001111001010110010001111010111011000010110100111011011000100110101101111010001000001010001001111000111000111110011101111011001001010010100011 | e79591ebb0b4ed89ade88289e38f9dec94a3 |
UHC | 畑밴퉭肉㏝씣 | 111011111010010110111001111010101011100110000101111010111011111110100111111010011001110110110111 | efa5b9eab985ebbfa7e99db7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)