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 | 澳??竊 | 111000000101001100111111001111111110001010000110 | e0533f3fe286 |
EUC-JP | 澳??竊 | 110111111011010000111111001111111110001111100110 | dfb43f3fe3e6 |
UTF-8 | 澳뤵굟竊 | 111001101011111010110011111010111010010010110101111010101011010110011111111001111010101110001010 | e6beb3eba4b5eab59fe7ab8a |
UHC | 澳뤵굟竊 | 1110011111111110100011111110001110000010100001111110111110111100 | e7fe8fe38287efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)