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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???瓦ゅ | 00111111001111110011111110001010101000101000001011100011 | 3f3f3f8aa282e3 |
EUC-JP | 縕??瓦ゅ | 100011111101010011000010001111110011111110110100101001001010010011100101 | 8fd4c23f3fb4a4a4e5 |
UTF-8 | 縕랃슴瓦ゅ | 111001111011100010010101111010111001111010000011111011001000101010110100111001111001001110100110111000111000001010000101 | e7b895eb9e83ec8ab4e793a6e38285 |
UHC | 縕랃슴瓦ゅ | 11101000101100101000110111101111101111011011111111101000101111111010101011100101 | e8b28defbdbfe8bfaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)