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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 辰但竪巽c^ | 10010010010000111001001001000001100100100100011110010010010001100110001101011110 | 9243924192479246635e |
EUC-JP | 辰但竪巽c^ | 11000011101001001100001110100010110000111010100011000011101001110110001101011110 | c3a4c3a2c3a8c3a7635e |
UTF-8 | 辰但竪巽c^ | 1110100010111110101100001110010010111101100001101110011110101011101010101110010110110111101111010110001101011110 | e8beb0e4bd86e7abaae5b7bd635e |
UHC | 辰但竪巽c^ | 11110010111000111101001110100011111000101011010111100001110111100110001101011110 | f2e3d3a3e2b5e1de635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)