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 | 證?量旭 | 11100110100110100011111110010111110010101000100010101110 | e69a3f97ca88ae |
EUC-JP | 證?量旭 | 11101011111110100011111111001110110011001011000010110000 | ebfa3fceccb0b0 |
UTF-8 | 證뀀量旭 | 111010001010110110001001111010111000000010000000111010011000011110001111111001101001011110101101 | e8ad89eb8080e9878fe697ad |
UHC | 證뀀量旭 | 1111000111111011101100101110101111010101111000011110100111101111 | f1fbb2ebd5e1e9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)