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 | 崖ョ?崖 | 10001010010100101000001110000111001111111000101001010010 | 8a5283873f8a52 |
EUC-JP | 崖ョ?崖 | 10110011101100111010010111100111001111111011001110110011 | b3b3a5e73fb3b3 |
UTF-8 | 崖ョ쳼崖 | 111001011011010010010110111000111000001110100111111011001011001110111100111001011011010010010110 | e5b496e383a7ecb3bce5b496 |
UHC | 崖ョ쳼崖 | 1110010011110000101010111110011110101011100111111110010011110000 | e4f0abe7ab9fe4f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)