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 | 邀??涅?? | 1110011110110001001111110011111110011111101110000011111100111111 | e7b13f3f9fb83f3f |
EUC-JP | 邀??涅?? | 1110111010110011001111110011111111011110101110100011111100111111 | eeb33f3fdeba3f3f |
UTF-8 | 邀띶윜涅껇룶 | 111010011000001010000000111010111001110110110110111011001001110010011100111001101011011010000101111010101011101110000111111010111010001110110110 | e98280eb9db6ec9c9ce6b685eabb87eba3b6 |
UHC | 邀띶윜涅껇룶 | 111010011010110110001101111001011001111110011111111001101110111010000011111010001000111110101011 | e9ad8de59f9fe6ee83e88fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)