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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 稍棊艀 | 111000100110001110011110100101111110010001111000 | e2639e97e478 |
EUC-JP | 稍棊艀 | 111000111100010011011011111101111110011111011001 | e3c4dbf7e7d9 |
UTF-8 | 稍棊艀 | 111001111010100010001101111001101010001110001010111010001000100110000000 | e7a88de6a38ae88980 |
UHC | 稍?艀 | 1111010110101010001111111101110110110010 | f5aa3fddb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)