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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闕オ邇イ鮗セ | 111010001000110110110101111001111000111010110010111010011011101010111110 | e88db5e78eb2e9babe |
EUC-JP | 闕オ邇イ鮗セ | 111011111110110110001110101101011110110111101110100011101011001011110010101111001000111010111110 | efed8eb5edee8eb2f2bc8ebe |
UTF-8 | 闕オ邇イ鮗セ | 111010011001011110010101111011111011110110110101111010011000001010000111111011111011110110110010111010011010111010010111111011111011110110111110 | e99795efbdb5e98287efbdb2e9ae97efbdbe |
UHC | 闕?邇??? | 1100111111110100001111111110110011000100001111110011111100111111 | cff43fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)