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 | 邀??絶?? | 1110011110110001001111110011111110010000111000100011111100111111 | e7b13f3f90e23f3f |
EUC-JP | 邀??絶?? | 1110111010110011001111110011111111000000111001000011111100111111 | eeb33f3fc0e43f3f |
UTF-8 | 邀뤸틣絶잞풘 | 111010011000001010000000111010111010010010111000111011011000101110100011111001111011010110110110111011001001111010011110111011011001001010011000 | e98280eba4b8ed8ba3e7b5b6ec9e9eed9298 |
UHC | 邀뤸틣絶잞풘 | 111010011010110110001111111001101011101010001111111011111011111010011111111011111011111010011011 | e9ad8fe6ba8fefbe9fefbe9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)