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 | ?e?節??^ | 001111111000001010000101001111111001000011011111001111110011111101011110 | 3f82853f90df3f3f5e |
EUC-JP | ?e?節??^ | 001111111010001111100101001111111100000011100001001111110011111101011110 | 3fa3e53fc0e13f3f5e |
UTF-8 | 遼e젮節띰쉿^ | 11101111101001111000001111101111101111011000010111101100101000001010111011100111101011111000000011101011100111011011000011101100100010011011111101011110 | efa783efbd85eca0aee7af80eb9db0ec89bf5e |
UHC | 遼e젮節띰쉿^ | 11101001101011001010001111100101101000001010010011101111101111011011011011101111101111011011001001011110 | e9aca3e5a0a4efbdb6efbdb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)