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 | 綣糾化諢 | 1110001101011011100010111000101010001001101110111110011010000100 | e35b8b8a89bbe684 |
EUC-JP | 綣糾化諢 | 1110010110111100101101011110101010110010101111011110101111100100 | e5bcb5eab2bdebe4 |
UTF-8 | 綣糾化諢 | 111001111011011010100011111001111011001110111110111001011000110010010110111010001010101110100010 | e7b6a3e7b3bee58c96e8aba2 |
UHC | ?糾化? | 001111111101000010101100111110111111100100111111 | 3fd0acfbf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)