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 | 髯ょ、仙 | 11101001100110011000001011100101101001001001000011100101 | e99982e5a490e5 |
EUC-JP | 髯ょ、仙 | 1111000111111001101001001110011110001110101001001100000011100111 | f1f9a4e78ea4c0e7 |
UTF-8 | 髯ょ、仙 | 111010011010101110101111111000111000001010000111111011111011110110100100111001001011101110011001 | e9abafe38287efbda4e4bb99 |
UHC | ?ょ?仙 | 001111111010101011100111001111111110000010111001 | 3faae73fe0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)