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 | 磬 | 111001111010001110001110100011001000100010101100 | e7a38e8c88ac |
SJIS-WIN | ?£???¬ | 0011111110000001100100100011111100111111001111111000000111001010 | 3f81923f3f3f81ca |
EUC-JP | ç£???¬ | 10001111101010111010111010100001111100100011111100111111001111111010001011001100 | 8fabaea1f23f3f3fa2cc |
UTF-8 | 磬 | 110000111010011111000010101000111100001010001110110000101000110011000010100010001100001010101100 | c3a7c2a3c28ec28cc288c2ac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)