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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聽上け | 111000111110001110001111111000111000001010101111 | e3e38fe382af |
EUC-JP | 聽上け | 111001101110010110111110111001011010010010110001 | e6e5bee5a4b1 |
UTF-8 | 聽上け | 111010001000000110111101111001001011100010001010111000111000000110010001 | e881bde4b88ae38191 |
UHC | 聽上け | 111101001110100111011111101111101010101010110001 | f4e9dfbeaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)