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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 脱蔵脱蔵B | 100100100100010110010001101000001001001001000101100100011010000001000010 | 924591a0924591a042 |
EUC-JP | 脱蔵脱蔵B | 110000111010011011000010101000101100001110100110110000101010001001000010 | c3a6c2a2c3a6c2a242 |
UTF-8 | 脱蔵脱蔵B | 11101000100001001011000111101000100101001011010111101000100001001011000111101000100101001011010101000010 | e884b1e894b5e884b1e894b542 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)