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 | 蜈ェ魃ア | 111001011000010110101010111010011010111110110001 | e585aae9afb1 |
EUC-JP | 蜈ェ魃ア | 1110100111100101100011101010101011110010101100011000111010110001 | e9e58eaaf2b18eb1 |
UTF-8 | 蜈ェ魃ア | 111010001001110010001000111011111011110110101010111010011010110110000011111011111011110110110001 | e89c88efbdaae9ad83efbdb1 |
UHC | 蜈?魃? | 111010001010010100111111110110111010011000111111 | e8a53fdba63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)