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 | ????FB | 001111110011111100111111001111110100011001000010 | 3f3f3f3f4642 |
SJIS-WIN | 鴫鋕悉FB | 11110000110000001000111010110000111110111101010010001110101110110100011001000010 | f0c08eb0fbd48ebb4642 |
EUC-JP | ?鴫鋕悉FB | 00111111101111001011001010001111111001001100000010111100101111010100011001000010 | 3fbcb28fe4c0bcbd4642 |
UTF-8 | 鴫鋕悉FB | 1110111010000001101111111110100110110100101010111110100110001011100101011110011010000010100010010100011001000010 | ee81bfe9b4abe98b95e682894642 |
UHC | ???悉FB | 00111111001111110011111111100011111110100100011001000010 | 3f3f3fe3fa4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)