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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 邀??邀??^ | 111001111011000100111111001111111110011110110001001111110011111101011110 | e7b13f3fe7b13f3f5e |
EUC-JP | 邀??邀??^ | 111011101011001100111111001111111110111010110011001111110011111101011110 | eeb33f3feeb33f3f5e |
UTF-8 | 邀띹쾮邀띹쾮^ | 11101001100000101000000011101011100111011011100111101100101111101010111011101001100000101000000011101011100111011011100111101100101111101010111001011110 | e98280eb9db9ecbeaee98280eb9db9ecbeae5e |
UHC | 邀띹쾮邀띹쾮^ | 11101001101011011000110111101000101100101000010111101001101011011000110111101000101100101000010101011110 | e9ad8de8b285e9ad8de8b2855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)