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 | 箪造辰担 | 1001001001011100100100011010001010010010010000111001001001010011 | 925c91a292439253 |
EUC-JP | 箪造辰担 | 1100001110111101110000101010010011000011101001001100001110110100 | c3bdc2a4c3a4c3b4 |
UTF-8 | 箪造辰担 | 111001111010111010101010111010011000000010100000111010001011111010110000111001101000101110000101 | e7aeaae980a0e8beb0e68b85 |
UHC | ?造辰? | 001111111111000011100011111100101110001100111111 | 3ff0e3f2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)