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 | 種矜??愈 | 1000111011101101111000011110000000111111001111111001011011111010 | 8eede1e03f3f96fa |
EUC-JP | 種矜??愈 | 1011110011101111111000101110001000111111001111111100110011111100 | bcefe2e23f3fccfc |
UTF-8 | 種矜렒렖愈 | 111001111010100010101110111001111001111110011100111010111010000010010010111010111010000010010110111001101000010010001000 | e7a8aee79f9ceba092eba096e68488 |
UHC | 種矜렒렖愈 | 11110000111110101101000011101000100011101010011110001110101010111110101011101111 | f0fad0e88ea78eabeaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)