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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋻フヒ皚 | 111110111101100111001100110010111110000110101011 | fbd9cccbe1ab |
EUC-JP | 鋻フヒ皚 | 100011111110010011010001100011101100110010001110110010111110001010101101 | 8fe4d18ecc8ecbe2ad |
UTF-8 | 鋻フヒ皚 | 111010011000101110111011111011111011111010001100111011111011111010001011111001111001101010011010 | e98bbbefbe8cefbe8be79a9a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)