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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 燎菻[燎菻[^ | 1110000010011001111001001101000001011011111000001001100111100100110100000101101101011110 | e099e4d05be099e4d05b5e |
EUC-JP | 燎菻[燎菻[^ | 1101111111111001111010001101001001011011110111111111100111101000110100100101101101011110 | dff9e8d25bdff9e8d25b5e |
UTF-8 | 燎菻[燎菻[^ | 111001111000011110001110111010001000111110111011010110111110011110000111100011101110100010001111101110110101101101011110 | e7878ee88fbb5be7878ee88fbb5b5e |
UHC | 燎?[燎?[^ | 110101101111101000111111010110111101011011111010001111110101101101011110 | d6fa3f5bd6fa3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)