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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 蔵俗臓造E | 100100011010000010010001101011011001000110011111100100011010001001000101 | 91a091ad919f91a245 |
EUC-JP | 蔵俗臓造E | 110000101010001011000010101011111100001010100001110000101010010001000101 | c2a2c2afc2a1c2a445 |
UTF-8 | 蔵俗臓造E | 11101000100101001011010111100100101111111001011111101000100001111001001111101001100000001010000001000101 | e894b5e4bf97e88793e980a045 |
UHC | ?俗?造E | 00111111111000011101010000111111111100001110001101000101 | 3fe1d43ff0e345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)