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 | 壯??蘂 | 100110101110000100111111001111111110010101000001 | 9ae13f3fe541 |
EUC-JP | 壯??蘂 | 110101001110001100111111001111111110100110100010 | d4e33f3fe9a2 |
UTF-8 | 壯뜻뮈蘂 | 111001011010001110101111111010111001110010111011111010111010111010001000111010001001100010000010 | e5a3afeb9cbbebae88e89882 |
UHC | 壯뜻뮈蘂 | 1110110111100000101101101110011010111001101111111110011111011110 | ede0b6e6b9bfe7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)