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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 蟹?W}蟹?W{^ | 1000101001001001001111110101011101111101100010100100100100111111010101110111101101011110 | 8a493f577d8a493f577b5e |
EUC-JP | 蟹?W}蟹?W{^ | 1011001110101010001111110101011101111101101100111010101000111111010101110111101101011110 | b3aa3f577db3aa3f577b5e |
UTF-8 | 蟹둑W}蟹둑W{^ | 1110100010011111101110011110101110010001100100010101011101111101111010001001111110111001111010111001000110010001010101110111101101011110 | e89fb9eb9191577de89fb9eb9191577b5e |
UHC | 蟹둑W}蟹둑W{^ | 11111010101011111011010111001111010101110111110111111010101011111011010111001111010101110111101101011110 | faafb5cf577dfaafb5cf577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)