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 | ???妖?? | 00111111001111110011111110010111011001000011111100111111 | 3f3f3f97643f3f |
EUC-JP | ???妖?? | 00111111001111110011111111001101110001010011111100111111 | 3f3f3fcdc53f3f |
UTF-8 | 琉쀧뙧妖껋벖 | 111011111010011110001100111011001000000010100111111010111001100110100111111001011010011010010110111010101011101110001011111010111011001010010110 | efa78cec80a7eb99a7e5a696eabb8bebb296 |
UHC | 琉쀧뙧妖껋벖 | 111010111010010010010111111001111000110010101011111010001110110110000011111011001001001110110100 | eba497e78cabe8ed83ec93b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)