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 | ??だ∫? | 00111111001111111000001010111110100000011110011100111111 | 3f3f82be81e73f |
EUC-JP | ??だ∫? | 00111111001111111010010011000000101000101110100100111111 | 3f3fa4c0a2e93f |
UTF-8 | 룴쵍だ∫룴 | 111010111010001110110100111011001011010110001101111000111000000110100000111000101000100010101011111010111010001110110100 | eba3b4ecb58de381a0e288abeba3b4 |
UHC | 룴쵍だ∫룴 | 10001111101010011010110010001111101010101100000010100001111100101000111110101001 | 8fa9ac8faac0a1f28fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)