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 | ûBÚú¾¿ | 111110110100001011011010111110101011111010111111 | fb42dafabebf |
SJIS-WIN | ?B???? | 001111110100001000111111001111110011111100111111 | 3f423f3f3f3f |
EUC-JP | ûBÚú?¿ | 1000111110101011111001010100001010001111101010101110001010001111101010111110001000111111100011111010001011000100 | 8fabe5428faae28fabe23f8fa2c4 |
UTF-8 | ûBÚú¾¿ | 1100001110111011010000101100001110011010110000111011101011000010101111101100001010111111 | c3bb42c39ac3bac2bec2bf |
UHC | ?B??¾¿ | 0011111101000010001111110011111110101000111110101010001010101111 | 3f423f3fa8faa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)