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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 隲キ縺ウ貅「ム | 11101000101010111011011111100011100000011011001111100110101110101010001011010001 | e8abb7e381b3e6baa2d1 |
EUC-JP | 隲キ縺ウ貅「ム | 1111000010101101100011101011011111100101111000011000111010110011111011001011110010001110101000101000111011010001 | f0ad8eb7e5e18eb3ecbc8ea28ed1 |
UTF-8 | 隲キ縺ウ貅「ム | 111010011001101010110010111011111011110110110111111001111011100010111010111011111011110110110011111010001011001010000101111011111011110110100010111011111011111010010001 | e99ab2efbdb7e7b8baefbdb3e8b285efbda2efbe91 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)