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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ゙ァキス | 111100111100110111011110101001111011011110111101 | f3cddea7b7bd |
EUC-JP | ?゙ァキス | 001111111000111011011110100011101010011110001110101101111000111010111101 | 3f8ede8ea78eb78ebd |
UTF-8 | ゙ァキス | 111011101000101110000000111011111011111010011110111011111011110110100111111011111011110110110111111011111011110110111101 | ee8b80efbe9eefbda7efbdb7efbdbd |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)