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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邀?脩 | 1110011110110001001111111110001111111001 | e7b13fe3f9 |
EUC-JP | 邀?脩 | 1110111010110011001111111110011011111011 | eeb33fe6fb |
UTF-8 | 邀륒脩 | 111010011000001010000000111010111010010110010010111010001000010010101001 | e98280eba592e884a9 |
UHC | 邀륒脩 | 111010011010110110001111111110011110001010111011 | e9ad8ff9e2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)