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 | 甞珎葹畤 | 1110000101010010111000001101110111100100110111111110000101011110 | e152e0dde4dfe15e |
EUC-JP | 甞珎葹畤 | 1110000110110011111000001101111111101000111000011110000110111111 | e1b3e0dfe8e1e1bf |
UTF-8 | 甞珎葹畤 | 111001111001010010011110111001111000111110001110111010001001000110111001111001111001010110100100 | e7949ee78f8ee891b9e795a4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)