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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 洩旦跣G | 10001001011010111001001001010101111001101110111101000111 | 896b9255e6ef47 |
EUC-JP | 洩旦跣G | 10110001110011001100001110110110111011001111000101000111 | b1ccc3b6ecf147 |
UTF-8 | 洩旦跣G | 11100110101101001010100111100110100101111010011011101000101101111010001101000111 | e6b4a9e697a6e8b7a347 |
UHC | 洩旦跣G | 11100000110111011101001110101001111000001101001101000111 | e0ddd3a9e0d347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)