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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閭帛粋蝌唯 | 11101000100000111001101111100101100100001000100011100101100110001001011101000010 | e8839be59088e5989742 |
EUC-JP | 閭帛粋蝌唯 | 11101111111000111101011011100111101111111110100011101001111110001100110110100011 | efe3d6e7bfe8e9f8cda3 |
UTF-8 | 閭帛粋蝌唯 | 111010011001011010101101111001011011100010011011111001111011001010001011111010001001110110001100111001011001010010101111 | e996ade5b89be7b28be89d8ce594af |
UHC | 閭帛??唯 | 1101010111101111110110111101100100111111001111111110101011100110 | d5efdbd93f3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)