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 | 跿瀧ーク粤 | 1110011011110011100100011110101110110000101110001110001011100011 | e6f391ebb0b8e2e3 |
EUC-JP | 跿瀧ーク粤 | 11101100111101011100001011101101100011101011000010001110101110001110010011100101 | ecf5c2ed8eb08eb8e4e5 |
UTF-8 | 跿瀧ーク粤 | 111010001011011110111111111001111000000010100111111011111011110110110000111011111011110110111000111001111011001010100100 | e8b7bfe780a7efbdb0efbdb8e7b2a4 |
UHC | ?瀧??? | 001111111101011011101001001111110011111100111111 | 3fd6e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)