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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 澳??瘟?. | 111000000101001100111111001111111110000110001001001111111000000101000100 | e0533f3fe1893f8144 |
EUC-JP | 澳??瘟?. | 110111111011010000111111001111111110000111101001001111111010000110100101 | dfb43f3fe1e93fa1a5 |
UTF-8 | 澳랃슛瘟븅. | 111001101011111010110011111010111001111010000011111011001000101010011011111001111001100010011111111010111011100010000101111011111011110010001110 | e6beb3eb9e83ec8a9be7989febb885efbc8e |
UHC | 澳랃슛瘟븅. | 111001111111111010001101111011111011110110111000111010001011000010111010111010011010001110101110 | e7fe8defbdb8e8b0bae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)