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 | ?矜?? | 0011111111100001111000000011111100111111 | 3fe1e03f3f |
EUC-JP | ?矜?? | 0011111111100010111000100011111100111111 | 3fe2e23f3f |
UTF-8 | 飇矜렫렲 | 111010011010001110000111111001111001111110011100111010111010000010101011111010111010000010110010 | e9a387e79f9ceba0abeba0b2 |
UHC | 飇矜렫렲 | 1111100011111100110100001110100010001110101110011000111010111111 | f8fcd0e88eb98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)