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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | コス蒔 | 1111000111111010101110101111000110001110101111011000111010101010 | f1fabaf18ebd8eaa |
EUC-JP | ?コ?ス蒔 | 0011111110001110101110100011111110001110101111011011110010101100 | 3f8eba3f8ebdbcac |
UTF-8 | コス蒔 | 111011101000010110110101111011111011110110111010111011101000010010001001111011111011110110111101111010001001001010010100 | ee85b5efbdbaee8489efbdbde89294 |
UHC | ????蒔 | 001111110011111100111111001111111110001111001000 | 3f3f3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)