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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 髣「蜻オ蝨ァB | 11101001100101111010001011100101100100011011010111100101100111001010011101000010 | e997a2e591b5e59ca742 |
EUC-JP | 髣「蜻オ蝨ァB | 11110001111101111000111010100010111010011111000110001110101101011110100111111100100011101010011101000010 | f1f78ea2e9f18eb5e9fc8ea742 |
UTF-8 | 髣「蜻オ蝨ァB | 11101001101010111010001111101111101111011010001011101000100111001011101111101111101111011011010111101000100111011010100011101111101111011010011101000010 | e9aba3efbda2e89cbbefbdb5e89da8efbda742 |
UHC | ????蝨?B | 0011111100111111001111110011111111100011101001000011111101000010 | 3f3f3f3fe3a43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)