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 | 遒ゥ雋ー鉅 | 1110011110100010101010011110100010110010101100001110011111101000 | e7a2a9e8b2b0e7e8 |
EUC-JP | 遒ゥ雋ー鉅 | 11101110101001001000111010101001111100001011010010001110101100001110111011101010 | eea48ea9f0b48eb0eeea |
UTF-8 | 遒ゥ雋ー鉅 | 111010011000000110010010111011111011110110101001111010011001101110001011111011111011110110110000111010011000100110000101 | e98192efbda9e99b8befbdb0e98985 |
UHC | ??雋?鉅 | 00111111001111111111000111100110001111111100101111101001 | 3f3ff1e63fcbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)