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 | 壯ζ?蘂 | 10011010111000011000001111000100001111111110010101000001 | 9ae183c43fe541 |
EUC-JP | 壯ζ?蘂 | 11010100111000111010011011000110001111111110100110100010 | d4e3a6c63fe9a2 |
UTF-8 | 壯ζ뮈蘂 | 1110010110100011101011111100111010110110111010111010111010001000111010001001100010000010 | e5a3afceb6ebae88e89882 |
UHC | 壯ζ뮈蘂 | 1110110111100000101001011110011010111001101111111110011111011110 | ede0a5e6b9bfe7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)