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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???∵??∮ | 001111110011111100111111100000011110011000111111001111111000011110010011 | 3f3f3f81e63f3f8793 |
EUC-JP | ???∵??? | 0011111100111111001111111010001011101000001111110011111100111111 | 3f3f3fa2e83f3f3f |
UTF-8 | 룶츕⒝∵룴햶∮ | 111010111010001110110110111011001011100010010101111000101001001010011101111000101000100010110101111010111010001110110100111011011001011010110110111000101000100010101110 | eba3b6ecb895e2929de288b5eba3b4ed96b6e288ae |
UHC | 룶츕⒝∵룴햶∮ | 1000111110101011101011101000111110101001110011101010000111110001100011111010100111000001100011111010001010110001 | 8fabae8fa9cea1f18fa9c18fa2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)