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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齊斑廓? | 11101010100011101001010011000001100010100110011000111111 | ea8e94c18a663f |
EUC-JP | 齊斑廓? | 11110011111011101100100011000011101100111100011100111111 | f3eec8c3b3c73f |
UTF-8 | 齊斑廓識 | 111010011011110110001010111001101001011010010001111001011011101110010011111011111010011110111100 | e9bd8ae69691e5bb93efa7bc |
UHC | 齊斑廓識 | 1111000010111010110110101110100011001110101010011111001010111101 | f0badae8cea9f2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)