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 | ?銃夭? | 001111111000111101100101100110101110111000111111 | 3f8f659aee3f |
EUC-JP | ?銃夭? | 001111111011110111000110110101001111000000111111 | 3fbdc6d4f03f |
UTF-8 | 뤚銃夭퓥 | 111010111010010010011010111010011000101010000011111001011010010010101101111011011001001110100101 | eba49ae98a83e5a4aded93a5 |
UHC | 뤚銃夭퓥 | 1000111111001001111101011100100011101000111011001011111110001110 | 8fc9f5c8e8ecbf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)