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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????ⅶ | 00111111001111110011111100111111001111111111101001000110 | 3f3f3f3f3ffa46 |
EUC-JP | ???瑗?? | 0011111100111111001111111000111111001100110000000011111100111111 | 3f3f3f8fccc03f3f |
UTF-8 | 凉듭뼅瑗뉐ⅶ | 111011111010010110111001111010111001001110101101111010111011110010000101111001111001000110010111111010111000100110010000111000101000010110110110 | efa5b9eb93adebbc85e79197eb8990e285b6 |
UHC | 凉듭뼅瑗뉐ⅶ | 111001011011110010110101111011001001011010001111111010101011110010000111111001011010010110100111 | e5bcb5ec968feabc87e5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)