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 | ー鬢ッ鳬 | 1111001010110011101100001110100110100100101011111110100111101001 | f2b3b0e9a4afe9e9 |
EUC-JP | ?ー鬢ッ鳬 | 001111111000111010110000111100101010011010001110101011111111001011101011 | 3f8eb0f2a68eaff2eb |
UTF-8 | ー鬢ッ鳬 | 111011101000011110101010111011111011110110110000111010011010110010100010111011111011110110101111111010011011001110101100 | ee87aaefbdb0e9aca2efbdafe9b3ac |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)