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 | 霑ッ蛻コ霑ッ | 111010001011111110101111111001011000100010111010111010001011111110101111 | e8bfafe588bae8bfaf |
EUC-JP | 霑ッ蛻コ霑ッ | 111100001100000110001110101011111110100111101000100011101011101011110000110000011000111010101111 | f0c18eafe9e88ebaf0c18eaf |
UTF-8 | 霑ッ蛻コ霑ッ | 111010011001110010010001111011111011110110101111111010001001101110111011111011111011110110111010111010011001110010010001111011111011110110101111 | e99c91efbdafe89bbbefbdbae99c91efbdaf |
UHC | 霑???霑? | 1110111111000101001111110011111100111111111011111100010100111111 | efc53f3f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)