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 | 邀??曜?? | 1110011110110001001111110011111110010111011010100011111100111111 | e7b13f3f976a3f3f |
EUC-JP | 邀??曜?? | 1110111010110011001111110011111111001101110010110011111100111111 | eeb33f3fcdcb3f3f |
UTF-8 | 邀뤿젔曜낅젘 | 111010011000001010000000111010111010010010111111111011001010000010010100111001101001101110011100111010111000001010000101111011001010000010011000 | e98280eba4bfeca094e69b9ceb8285eca098 |
UHC | 邀뤿젔曜낅젘 | 111010011010110110001111111010111010000010010010111010001111100010000101111010111010000010010100 | e9ad8feba092e8f885eba094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)