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 | 夕蓆[夕蓆[^ | 1001011101011011111001001110110001011011100101110101101111100100111011000101101101011110 | 975be4ec5b975be4ec5b5e |
EUC-JP | 夕蓆[夕蓆[^ | 1100110110111100111010001110111001011011110011011011110011101000111011100101101101011110 | cdbce8ee5bcdbce8ee5b5e |
UTF-8 | 夕蓆[夕蓆[^ | 111001011010010010010101111010001001001110000110010110111110010110100100100101011110100010010011100001100101101101011110 | e5a495e893865be5a495e893865b5e |
UHC | 夕蓆[夕蓆[^ | 1110000010101010111000001011011001011011111000001010101011100000101101100101101101011110 | e0aae0b65be0aae0b65b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)