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 | 髴南来繧イ | 111010011001110010010011111011001001011110001000111000111000001010110010 | e99c93ec9788e382b2 |
EUC-JP | 髴南来繧イ | 11110001111111001100011011101110110011011110100011100101111000101000111010110010 | f1fcc6eecde8e5e28eb2 |
UTF-8 | 髴南来繧イ | 111010011010101110110100111001011000110110010111111001101001110110100101111001111011100110100111111011111011110110110010 | e9abb4e58d97e69da5e7b9a7efbdb2 |
UHC | ?南??? | 001111111101000111110101001111110011111100111111 | 3fd1f53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)