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 | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
SJIS-WIN | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
EUC-JP | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
UTF-8 | 묰d묱묰 | 11101011101011001011000001100100111010111010110010110001111010111010110010110000 | ebacb064ebacb1ebacb0 |
UHC | 묰d묱묰 | 10010010010001110110010010010010010010001001001001000111 | 92476492489247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)