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 | 澵セ鮖鵫狄ァ | 11111011010011001011111011101001101110011111110001001000111000001011110110100111 | fb4cbee9b9fc48e0bda7 |
EUC-JP | 澵セ鮖鵫狄ァ | 1000111111001000111110001000111010111110111100101011101110001111111010111111101011100000101111111000111010100111 | 8fc8f88ebef2bb8febfae0bf8ea7 |
UTF-8 | 澵セ鮖鵫狄ァ | 111001101011111010110101111011111011110110111110111010011010111010010110111010011011010110101011111001111000101110000100111011111011110110100111 | e6beb5efbdbee9ae96e9b5abe78b84efbda7 |
UHC | ????狄? | 00111111001111110011111100111111111011101101101000111111 | 3f3f3f3feeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)