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 | 澳??松 | 111000000101001100111111001111111000111110111100 | e0533f3f8fbc |
EUC-JP | 澳??松 | 110111111011010000111111001111111011111010111110 | dfb43f3fbebe |
UTF-8 | 澳뤵굟松 | 111001101011111010110011111010111010010010110101111010101011010110011111111001101001110110111110 | e6beb3eba4b5eab59fe69dbe |
UHC | 澳뤵굟松 | 1110011111111110100011111110001110000010100001111110000111100110 | e7fe8fe38287e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)