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 | 畑?〕鎰?╋ | 10010100101010000011111110000001011011001110100001001100001111111000010010110100 | 94a83f816ce84c3f84b4 |
EUC-JP | 畑?〕鎰?╋ | 11001000101010100011111110100001110011011110111110101101001111111010100010110110 | c8aa3fa1cdefad3fa8b6 |
UTF-8 | 畑용〕鎰믭╋ | 111001111001010110010001111011001001101010101001111000111000000010010101111010011000111010110000111010111010111110101101111000101001010110001011 | e79591ec9aa9e38095e98eb0ebafade2958b |
UHC | 畑용〕鎰믭╋ | 111011111010010110111111111010111010000110110011111011001111000010010010111011111010011010110110 | efa5bfeba1b3ecf092efa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)