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 | 邀??饒?? | 1110011110110001001111110011111111101001011000000011111100111111 | e7b13f3fe9603f3f |
EUC-JP | 邀??饒?? | 1110111010110011001111110011111111110001110000010011111100111111 | eeb33f3ff1c13f3f |
UTF-8 | 邀묕쉑饒볩슥 | 111010011000001010000000111010111010110010010101111011001000100110010001111010011010010110010010111010111011001110101001111011001000101010100101 | e98280ebac95ec8991e9a592ebb3a9ec8aa5 |
UHC | 邀묕쉑饒볩슥 | 111010011010110110010001111011111011110110100111111010011010111010010011111011111011110110111011 | e9ad91efbda7e9ae93efbdbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)