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 | 邀??淹?? | 1110011110110001001111110011111110011111101110010011111100111111 | e7b13f3f9fb93f3f |
EUC-JP | 邀??淹?? | 1110111010110011001111110011111111011110101110110011111100111111 | eeb33f3fdebb3f3f |
UTF-8 | 邀꿰즯淹쒐뼻 | 111010011000001010000000111010101011111110110000111011001010011010101111111001101011011110111001111011001001001010010000111010111011110010111011 | e98280eabfb0eca6afe6b7b9ec9290ebbcbb |
UHC | 邀꿰즯淹쒐뼻 | 111010011010110110110010111001111010001110000001111001011111010010011100111001111001011010111110 | e9adb2e7a381e5f49ce796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)