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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???┗ | 0011111100111111001111111000010010101111 | 3f3f3f84af |
EUC-JP | ???┗ | 0011111100111111001111111010100010110001 | 3f3f3fa8b1 |
UTF-8 | 嶺뚋살┗ | 111011111010011010101011111010111001101010001011111011001000001010110100111000101001010010010111 | efa6abeb9a8bec82b4e29497 |
UHC | 嶺뚋살┗ | 1110011110101101100011001100111010111011111011001010011010110001 | e7ad8ccebbeca6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)