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 | 彗??馨? | 10011100011000010011111100111111100010100101110100111111 | 9c613f3f8a5d3f |
EUC-JP | 彗??馨? | 11010111110000100011111100111111101100111011111000111111 | d7c23f3fb3be3f |
UTF-8 | 彗뚲뼃馨덨 | 111001011011110110010111111010111001101010110010111010111011110010000011111010011010011010101000111010111000110110101000 | e5bd97eb9ab2ebbc83e9a6a8eb8da8 |
UHC | 彗뚲뼃馨덨 | 11111011101100101000110011101110100101101000110111111011101100001000100101000010 | fbb28cee968dfbb08942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)