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 | ?℡p魏 | 00111111100001111000010010000010100100001110100110110000 | 3f87848290e9b0 |
EUC-JP | ??p魏 | 001111110011111110100011111100001111001010110010 | 3f3fa3f0f2b2 |
UTF-8 | 鱗℡p魏 | 111011111010011110110010111000101000010010100001111011111011110110010000111010011010110110001111 | efa7b2e284a1efbd90e9ad8f |
UHC | 鱗℡p魏 | 1110110011100111101000101110010110100011111100001110101011100000 | ece7a2e5a3f0eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)