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 | 霆滕エ紘霆滕 | 1110100010111011100111111110110010110100100011010110100011101000101110111001111111101100 | e8bb9fecb48d68e8bb9fec |
EUC-JP | 霆滕エ紘霆滕 | 111100001011110111011110111011101000111010110100101110011100100111110000101111011101111011101110 | f0bddeee8eb4b9c9f0bddeee |
UTF-8 | 霆滕エ紘霆滕 | 111010011001110010000110111001101011101110010101111011111011110110110100111001111011010010011000111010011001110010000110111001101011101110010101 | e99c86e6bb95efbdb4e7b498e99c86e6bb95 |
UHC | 霆??紘霆? | 111011111111110100111111001111111100111011011100111011111111110100111111 | effd3f3fcedceffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)