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 | 邀??巡?? | 1110011110110001001111110011111110001111100001000011111100111111 | e7b13f3f8f843f3f |
EUC-JP | 邀??巡?? | 1110111010110011001111110011111110111101111001000011111100111111 | eeb33f3fbde43f3f |
UTF-8 | 邀싲굝巡뺡렟 | 111010011000001010000000111011001000101110110010111010101011010110011101111001011011011110100001111010111011101010100001111010111010000010011111 | e98280ec8bb2eab59de5b7a1ebbaa1eba09f |
UHC | 邀싲굝巡뺡렟 | 111010011010110110011010111010111000001010000101111000101101111010010101111010011000111010110000 | e9ad9aeb8285e2de95e98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)