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 | 昔錞巽昔珣 | 10010000110011001111101111011011100100100100011010010000110011001111101101100011 | 90ccfbdb924690ccfb63 |
EUC-JP | 昔錞巽昔珣 | 110000001100111010001111111001001101110011000011101001111100000011001110100011111100101111110100 | c0ce8fe4dcc3a7c0ce8fcbf4 |
UTF-8 | 昔錞巽昔珣 | 111001101001100010010100111010011000110010011110111001011011011110111101111001101001100010010100111001111000111110100011 | e69894e98c9ee5b7bde69894e78fa3 |
UHC | 昔錞巽昔珣 | 11100000101011101110001011110110111000011101111011100000101011101110001011101001 | e0aee2f6e1dee0aee2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)