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 | 佚?章??? | 1001100011000011001111111000111111001101001111110011111100111111 | 98c33f8fcd3f3f3f |
EUC-JP | 佚?章?馹? | 11010000110001010011111110111110110011110011111110001111111010011010000100111111 | d0c53fbecf3f8fe9a13f |
UTF-8 | 佚렡章렕馹렱 | 111001001011110110011010111010111010000010100001111001111010101110100000111010111010000010010101111010011010011010111001111010111010000010110001 | e4bd9aeba0a1e7aba0eba095e9a6b9eba0b1 |
UHC | 佚렡章렕馹렱 | 111011001110101010001110101100101110110111110001100011101010101011101100111100011000111010111110 | ecea8eb2edf18eaaecf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)