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 | 蜊壱脅峵 | 1110010110001101100010001110101110001011101110101111101010101110 | e58d88eb8bbafaae |
EUC-JP | 蜊壱脅? | 11101001111011011011000011101101101101101011110000111111 | e9edb0edb6bc3f |
UTF-8 | 蜊壱脅峵 | 111010001001110010001010111001011010001110110001111010001000010010000101111001011011001110110101 | e89c8ae5a3b1e88485e5b3b5 |
UHC | ??脅? | 0011111100111111111110101111011000111111 | 3f3ffaf63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)