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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??別畏 | 001111110011111110010101110010101000100011011000 | 3f3f95ca88d8 |
EUC-JP | ??別畏 | 001111110011111111001010110011001011000011011010 | 3f3fcaccb0da |
UTF-8 | 鱗쿡別畏 | 111011111010011110110010111011001011111110100001111001011000100010100101111001111001010110001111 | efa7b2ecbfa1e588a5e7958f |
UHC | 鱗쿡別畏 | 1110110011100111110001001110111011011100101011001110100011100110 | ece7c4eedcace8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)