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 | 鈔蛾メ霓。隲 | 1110011111100010100010011110100110000011100000011110100010111101101000011110100010101011 | e7e289e98381e8bda1e8ab |
EUC-JP | 鈔蛾メ霓。隲 | 111011101110010010110010111010111010010111100001111100001011111110001110101000011111000010101101 | eee4b2eba5e1f0bf8ea1f0ad |
UTF-8 | 鈔蛾メ霓。隲 | 111010011000100010010100111010001001101110111110111000111000001110100001111010011001110010010011111011111011110110100001111010011001101010110010 | e98894e89bbee383a1e99c93efbda1e99ab2 |
UHC | ?蛾メ霓?? | 001111111110010010110110101010111110000111100111111001110011111100111111 | 3fe4b6abe1e7e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)