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 | ????]\ | 001111110011111100111111001111110101110101011100 | 3f3f3f3f5d5c |
SJIS-WIN | 鴫鋕悉]\ | 11110000110000001000111010110000111110111101010010001110101110110101110101011100 | f0c08eb0fbd48ebb5d5c |
EUC-JP | ?鴫鋕悉]\ | 00111111101111001011001010001111111001001100000010111100101111010101110101011100 | 3fbcb28fe4c0bcbd5d5c |
UTF-8 | 鴫鋕悉]\ | 1110111010000001101111111110100110110100101010111110100110001011100101011110011010000010100010010101110101011100 | ee81bfe9b4abe98b95e682895d5c |
UHC | ???悉]\ | 00111111001111110011111111100011111110100101110101011100 | 3f3f3fe3fa5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)