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 | 珎簫ア | 11100000110111011111001010110100111000101101001010110001 | e0ddf2b4e2d2b1 |
EUC-JP | 珎?簫ア | 11100000110111110011111111100100110101001000111010110001 | e0df3fe4d48eb1 |
UTF-8 | 珎簫ア | 111001111000111110001110111011101000011110101011111001111011000010101011111011111011110110110001 | e78f8eee87abe7b0abefbdb1 |
UHC | ??簫? | 0011111100111111111000011100011100111111 | 3f3fe1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)