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 | 鴦芽城睥 | 1110100111110001100010011110100010001111111010011110000111001100 | e9f189e88fe9e1cc |
EUC-JP | 鴦芽城睥 | 1111001011110011101100101110101010111110111010111110001011001110 | f2f3b2eabeebe2ce |
UTF-8 | 鴦芽城睥 | 111010011011010010100110111010001000101010111101111001011001111110001110111001111001110110100101 | e9b4a6e88abde59f8ee79da5 |
UHC | 鴦芽城? | 11100100111011001110010010110100111000001111001000111111 | e4ece4b4e0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)