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 | 肄上け聶 | 1110001111100101100011111110001110000010101011111110001111100001 | e3e58fe382afe3e1 |
EUC-JP | 肄上け聶 | 1110011011100111101111101110010110100100101100011110011011100011 | e6e7bee5a4b1e6e3 |
UTF-8 | 肄上け聶 | 111010001000001010000100111001001011100010001010111000111000000110010001111010001000000110110110 | e88284e4b88ae38191e881b6 |
UHC | 肄上け? | 11101100101111011101111110111110101010101011000100111111 | ecbddfbeaab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)