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 | 壯縫?? | 100110101110000110010110010001000011111100111111 | 9ae196443f3f |
EUC-JP | 壯縫?? | 110101001110001111001011101001010011111100111111 | d4e3cba53f3f |
UTF-8 | 壯縫렋렯 | 111001011010001110101111111001111011100010101011111010111010000010001011111010111010000010101111 | e5a3afe7b8abeba08beba0af |
UHC | 壯縫렋렯 | 1110110111100000110111001110111010001110101000101000111010111100 | ede0dcee8ea28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)