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 | 爾蘚耳昔 | 1000111010100010111001010110010010001110101010001001000011001100 | 8ea2e5648ea890cc |
EUC-JP | 爾蘚耳昔 | 1011110010100100111010011100010110111100101010101100000011001110 | bca4e9c5bcaac0ce |
UTF-8 | 爾蘚耳昔 | 111001111000100010111110111010001001100010011010111010001000000010110011111001101001100010010100 | e788bee8989ae880b3e69894 |
UHC | 爾蘚耳昔 | 1110110010110011111000001101000011101100101111001110000010101110 | ecb3e0d0ecbce0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)