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 | ?????P\ | 00111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f505c |
SJIS-WIN | ?????P\ | 00111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f505c |
EUC-JP | ?????P\ | 00111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f505c |
UTF-8 | 채챵혦혧혧P\ | 1110110010110001100001001110110010110001101101011110110110011000101001101110110110011000101001111110110110011000101001110101000001011100 | ecb184ecb1b5ed98a6ed98a7ed98a7505c |
UHC | 채챵혦혧혧P\ | 110000111010010011000011101100101100001010001110110000101000111111000010100011110101000001011100 | c3a4c3b2c28ec28fc28f505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)