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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀??辱 | 111001111011000100111111001111111001000001001010 | e7b13f3f904a |
EUC-JP | 邀??辱 | 111011101011001100111111001111111011111110101011 | eeb33f3fbfab |
UTF-8 | 邀득콖辱 | 111010011000001010000000111010111001001110011101111011001011110110010110111010001011111010110001 | e98280eb939decbd96e8beb1 |
UHC | 邀득콖辱 | 1110100110101101101101011110011010110001100100001110100110110100 | e9adb5e6b190e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)