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 | 遠?鼎肌 | 10001001100100110011111110010011010000111001010010100111 | 89933f934394a7 |
EUC-JP | 遠?鼎肌 | 10110001111100110011111111000101101001001100100010101001 | b1f33fc5a4c8a9 |
UTF-8 | 遠렕鼎肌 | 111010011000000110100000111010111010000010010101111010011011110010001110111010001000001010001100 | e981a0eba095e9bc8ee8828c |
UHC | 遠렕鼎肌 | 1110101011000000100011101010101011110000101000111101000110111111 | eac08eaaf0a3d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)