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 | ?謁?? | 0011111110001001011110010011111100111111 | 3f89793f3f |
EUC-JP | ?謁?? | 0011111110110001110110100011111100111111 | 3fb1da3f3f |
UTF-8 | 솝謁많뤺 | 111011001000011010011101111010001010110010000001111010111010011110001110111010111010010010111010 | ec869de8ac81eba78eeba4ba |
UHC | 솝謁많뤺 | 1011110011011001111001001101011110111000101110011000111111101000 | bcd9e4d7b8b98fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)