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 | 易よ?吾 | 10001000110101011000001011100110001111111000110011100001 | 88d582e63f8ce1 |
EUC-JP | 易よ?吾 | 10110000110101111010010011101000001111111011100011100011 | b0d7a4e83fb8e3 |
UTF-8 | 易よ쾮吾 | 111001101001100010010011111000111000001010001000111011001011111010101110111001011001000010111110 | e69893e38288ecbeaee590be |
UHC | 易よ쾮吾 | 1110011010110110101010101110100010110010100001011110011111101110 | e6b6aae8b285e7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)