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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謝焦ァ | 1000111011010011100011111100010110100111 | 8ed38fc5a7 |
EUC-JP | 謝焦ァ | 101111001101010110111110110001111000111010100111 | bcd5bec78ea7 |
UTF-8 | 謝焦ァ | 111010001010110010011101111001111000010010100110111011111011110110100111 | e8ac9de784a6efbda7 |
UHC | 謝焦? | 1101111011110011111101011010010100111111 | def3f5a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)