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 | 叱霓カ齊イ | 11110000101011011000111010110110111010001011110110110110111010101000111010110010 | f0ad8eb6e8bdb6ea8eb2 |
EUC-JP | ?叱霓カ齊イ | 0011111110111100101110001111000010111111100011101011011011110011111011101000111010110010 | 3fbcb8f0bf8eb6f3ee8eb2 |
UTF-8 | 叱霓カ齊イ | 111011101000000110101100111001011000111110110001111010011001110010010011111011111011110110110110111010011011110110001010111011111011110110110010 | ee81ace58fb1e99c93efbdb6e9bd8aefbdb2 |
UHC | ?叱霓?齊? | 001111111111001011101010111001111110011100111111111100001011101000111111 | 3ff2eae7e73ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)