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 | ワェ磅萋 | 110111001010101011100001111110101110010011000100 | dcaae1fae4c4 |
EUC-JP | ワェ磅萋 | 1000111011011100100011101010101011100010111111001110100011000110 | 8edc8eaae2fce8c6 |
UTF-8 | ワェ磅萋 | 111011111011111010011100111011111011110110101010111001111010001110000101111010001001000010001011 | efbe9cefbdaae7a385e8908b |
UHC | ??磅? | 0011111100111111110110111011011000111111 | 3f3fdbb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)