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 | 焏ツ昮ス | 111110110101001111000010111110101101001010111101 | fb53c2fad2bd |
EUC-JP | 焏ツ昮ス | 10001111110010011110100110001110110000101000111111000010101010111000111010111101 | 8fc9e98ec28fc2ab8ebd |
UTF-8 | 焏ツ昮ス | 111001111000010010001111111011111011111010000010111001101001100010101110111011111011110110111101 | e7848fefbe82e698aeefbdbd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)