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 | コス宍錥 | 11110000111101111011101011110001100011101011110110001110101100111111101111010111 | f0f7baf18ebd8eb3fbd7 |
EUC-JP | ?コ?ス宍錥 | 0011111110001110101110100011111110001110101111011011110010110101100011111110010011100000 | 3f8eba3f8ebdbcb58fe4e0 |
UTF-8 | コス宍錥 | 111011101000001010110110111011111011110110111010111011101000010010001001111011111011110110111101111001011010111010001101111010011000110010100101 | ee82b6efbdbaee8489efbdbde5ae8de98ca5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)