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 | ???荏①? | 0011111100111111001111111000100101100000100001110100000000111111 | 3f3f3f896087403f |
EUC-JP | ???荏?? | 00111111001111110011111110110001110000010011111100111111 | 3f3f3fb1c13f3f |
UTF-8 | 淋믫슕荏①솻 | 111011111010011110110101111010111010111110101011111011001000101010010101111010001000110110001111111000101001000110100000111011001000011010111011 | efa7b5ebafabec8a95e88d8fe291a0ec86bb |
UHC | 淋믫슕荏①솻 | 111011001111100010010010111011011001101010100100111011001111101110101000111001111001100110110000 | ecf892ed9aa4ecfba8e799b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)