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 | 阮秘ァ戊ケエ | 111010001001011010010100111010011010011110010101111010001011100110110100 | e89694e9a795e8b9b4 |
EUC-JP | 阮秘ァ戊ケエ | 111011111111011011001000111010111000111010100111110010101110101010001110101110011000111010110100 | eff6c8eb8ea7caea8eb98eb4 |
UTF-8 | 阮秘ァ戊ケエ | 111010011001100010101110111001111010011110011000111011111011110110100111111001101000100010001010111011111011110110111001111011111011110110110100 | e998aee7a798efbda7e6888aefbdb9efbdb4 |
UHC | 阮秘?戊?? | 111010001101011011011101111110100011111111011001111001100011111100111111 | e8d6ddfa3fd9e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)