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 | 茵?第矜 | 11100100100111110011111110010001111001101110000111100000 | e49f3f91e6e1e0 |
EUC-JP | 茵?第矜 | 11101000101000010011111111000010111010001110001011100010 | e8a13fc2e8e2e2 |
UTF-8 | 茵렓第矜 | 111010001000110010110101111010111010000010010011111001111010110010101100111001111001111110011100 | e88cb5eba093e7acace79f9c |
UHC | 茵렓第矜 | 1110110011100000100011101010100011110000101011111101000011101000 | ece08ea8f0afd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)