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 | 易よ?慾 | 10001000110101011000001011100110001111111001011101111100 | 88d582e63f977c |
EUC-JP | 易よ?慾 | 10110000110101111010010011101000001111111100110111011101 | b0d7a4e83fcddd |
UTF-8 | 易よ내慾 | 111001101001100010010011111000111000001010001000111010111000001010110100111001101000010110111110 | e69893e38288eb82b4e685be |
UHC | 易よ내慾 | 1110011010110110101010101110100010110011101110111110100110101111 | e6b6aae8b3bbe9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)