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 | 閼蛾メ霓。隲 | 1110100010000100100010011110100110000011100000011110100010111101101000011110100010101011 | e88489e98381e8bda1e8ab |
EUC-JP | 閼蛾メ霓。隲 | 111011111110010010110010111010111010010111100001111100001011111110001110101000011111000010101101 | efe4b2eba5e1f0bf8ea1f0ad |
UTF-8 | 閼蛾メ霓。隲 | 111010011001011010111100111010001001101110111110111000111000001110100001111010011001110010010011111011111011110110100001111010011001101010110010 | e996bce89bbee383a1e99c93efbda1e99ab2 |
UHC | 閼蛾メ霓?? | 11100100110110011110010010110110101010111110000111100111111001110011111100111111 | e4d9e4b6abe1e7e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)