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 | ?獨? | 00111111111000001101010100111111 | 3fe0d53f |
EUC-JP | ?獨? | 00111111111000001101011100111111 | 3fe0d73f |
UTF-8 | 뤵獨덤 | 111010111010010010110101111001111000110110101000111010111000110110100100 | eba4b5e78da8eb8da4 |
UHC | 뤵獨덤 | 100011111110001111010100101111001011010011111101 | 8fe3d4bcb4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)