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 | 邀????? | 11100111101100010011111100111111001111110011111100111111 | e7b13f3f3f3f3f |
EUC-JP | 邀??獒?? | 111011101011001100111111001111111000111111001011101110110011111100111111 | eeb33f3f8fcbbb3f3f |
UTF-8 | 邀득콖獒섓슈 | 111010011000001010000000111010111001001110011101111011001011110110010110111001111000110110010010111011001000010010010011111011001000101010001000 | e98280eb939decbd96e78d92ec8493ec8a88 |
UHC | 邀득콖獒섓슈 | 111010011010110110110101111001101011000110010000111010001010001110011000111011111011110110110100 | e9adb5e6b190e8a398efbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)