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 | 邀??徇?? | 1110011110110001001111110011111110011100011011010011111100111111 | e7b13f3f9c6d3f3f |
EUC-JP | 邀??徇?? | 1110111010110011001111110011111111010111110011100011111100111111 | eeb33f3fd7ce3f3f |
UTF-8 | 邀띹궟徇뤺쐭 | 111010011000001010000000111010111001110110111001111010101011011010011111111001011011111010000111111010111010010010111010111011001001000010101101 | e98280eb9db9eab69fe5be87eba4baec90ad |
UHC | 邀띹궟徇뤺쐭 | 111010011010110110001101111010001000001010110010111000101101111110001111111010001001110010010001 | e9ad8de882b2e2df8fe89c91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)