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 | 唸齏哈韜 | 1001101001011000111010001110101110011001111110111110100011101001 | 9a58e8eb99fbe8e9 |
EUC-JP | 唸齏哈韜 | 1101001110111001111100001110110111010010111111011111000011101011 | d3b9f0edd2fdf0eb |
UTF-8 | 唸齏哈韜 | 111001011001010010111000111010011011110110001111111001011001001110001000111010011001111110011100 | e594b8e9bd8fe59388e99f9c |
UHC | ??哈韜 | 001111110011111111111001111010111101010010110111 | 3f3ff9ebd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)