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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雋。謌顔豸B | 11101000101100101010000111100110100010001000101011100111111001101011011001000010 | e8b2a1e6888ae7e6b642 |
EUC-JP | 雋。謌顔豸B | 1111000010110100100011101010000111101011111010001011010011101001111011001011100001000010 | f0b48ea1ebe8b4e9ecb842 |
UTF-8 | 雋。謌顔豸B | 11101001100110111000101111101111101111011010000111101000101011001000110011101001101000011001010011101000101100011011100001000010 | e99b8befbda1e8ac8ce9a194e8b1b842 |
UHC | 雋??顔?B | 1111000111100110001111110011111111100100110101000011111101000010 | f1e63f3fe4d43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)