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 | 邀??塋?? | 1110011110110001001111110011111110011010110010000011111100111111 | e7b13f3f9ac83f3f |
EUC-JP | 邀??塋?? | 1110111010110011001111110011111111010100110010100011111100111111 | eeb33f3fd4ca3f3f |
UTF-8 | 邀묕슐塋딀뿃 | 111010011000001010000000111010111010110010010101111011001000101010010000111001011010000110001011111010111001010010000000111010111011111110000011 | e98280ebac95ec8a90e5a18beb9480ebbf83 |
UHC | 邀묕슐塋딀뿃 | 111010011010110110010001111011111011110110110110111001111010101110001010111001101001011110001011 | e9ad91efbdb6e7ab8ae6978b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)