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 | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | 揖皋蜂s | 10010111010010111110000110100110100101100100100101110011 | 974be1a6964973 |
EUC-JP | 揖皋蜂s | 11001101101011001110001010101000110010111010101001110011 | cdace2a8cbaa73 |
UTF-8 | 揖皋蜂s | 11100110100011111001011011100111100110101000101111101000100111001000001001110011 | e68f96e79a8be89c8273 |
UHC | 揖?蜂s | 111010111110011100111111110111001111000001110011 | ebe73fdcf073 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)