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 | 遑晞揉諸 | 1110011110100001100111011110100110011101100001101111101110101001 | e7a19de99d86fba9 |
EUC-JP | 遑晞揉? | 11101110101000111101101011101011110110011110011000111111 | eea3daebd9e63f |
UTF-8 | 遑晞揉諸 | 111010011000000110010001111001101001100110011110111001101000111110001001111011111010100010100010 | e98191e6999ee68f89efa8a2 |
UHC | 遑晞?? | 111111001101101011111101111101010011111100111111 | fcdafdf53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)