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 | 懿??蟻 | 100111001111001000111111001111111000101101100001 | 9cf23f3f8b61 |
EUC-JP | 懿??蟻 | 110110001111010000111111001111111011010111000010 | d8f43f3fb5c2 |
UTF-8 | 懿먯븧蟻 | 111001101000011110111111111010111010100010101111111010111011100010100111111010001001111110111011 | e687bfeba8afebb8a7e89fbb |
UHC | 懿먯븧蟻 | 1110101111110011100100001110110010010101100100001110101111111100 | ebf390ec9590ebfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)