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 | 諠第イセ驢 | 1110011010000011100100011110011010110010101111101110100110000110 | e68391e6b2bee986 |
EUC-JP | 諠第イセ驢 | 11101011111000111100001011101000100011101011001010001110101111101111000111100110 | ebe3c2e88eb28ebef1e6 |
UTF-8 | 諠第イセ驢 | 111010001010101110100000111001111010110010101100111011111011110110110010111011111011110110111110111010011010100110100010 | e8aba0e7acacefbdb2efbdbee9a9a2 |
UHC | ?第??驢 | 00111111111100001010111100111111001111111101010111110000 | 3ff0af3f3fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)