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 | 隲。邇イ霍截 | 11101000101010111010000111100111100011101011001011101000101101111001110101000010 | e8aba1e78eb2e8b79d42 |
EUC-JP | 隲。邇イ霍截 | 111100001010110110001110101000011110110111101110100011101011001011110000101110011101100110100011 | f0ad8ea1edee8eb2f0b9d9a3 |
UTF-8 | 隲。邇イ霍截 | 111010011001101010110010111011111011110110100001111010011000001010000111111011111011110110110010111010011001110010001101111001101000100010101010 | e99ab2efbda1e98287efbdb2e99c8de688aa |
UHC | ??邇??截 | 0011111100111111111011001100010000111111001111111110111110111000 | 3f3fecc43f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)