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 | ???荏? | 001111110011111100111111100010010110000000111111 | 3f3f3f89603f |
EUC-JP | ???荏? | 001111110011111100111111101100011100000100111111 | 3f3f3fb1c13f |
UTF-8 | 琉싷퐴荏쟅 | 111011111010011110001100111011001000101110110111111011011001000010110100111010001000110110001111111011001001111110000101 | efa78cec8bb7ed90b4e88d8fec9f85 |
UHC | 琉싷퐴荏쟅 | 11101011101001001001101011101111101111011001110111101100111110111010000001001001 | eba49aefbd9decfba049 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)